Html Css Color HEX #D5BC04 Bird Flower

📋 copy color: '#D5BC04'

red 213 ◦ green 188 ◦ blue 4

#D5BC04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D5BC04

Tints of Bird Flower #D5BC04

RGB

 RED value IS 213 (83.59% from 255) = 52.59%

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 52.59%
G = 46.42%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5BC04 (or 0xD5BC04) is known color: Bird Flower. HEX triplet: D5, BC and 04. RGB value is (213,188,4). Sum of RGB (Red+Green+Blue) = 213+188+4=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC04 is #2A43FB. Grayscale: #AFAFAF. Windows color (decimal): -2769916 or 310485. OLE color: 310485.

HSL color Cylindrical-coordinate representation of color #D5BC04: hue angle of 52.82º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5BC04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 4 -
CMYK 0 0.12 0.98 0.16
HSL 52.82º 0.96% 0.43% -
HSV(B) 52.82º 0.98% 0.84% -
XYZ 45.45 50.12 7.39 -
YUV 174.5 31.78 155.46 -
System Red Green Blue C M Y K H S L
Decimal 213 188 4 0 0.12 0.98 0.16 52.82 0.96 0.43
Hex D5 BC 4 0 C 62 10 35 60 2B
Octal 325 274 4 0 14 142 20 65 140 53
Binary 11010101 10111100 100 0 1100 1100010 10000 110101 1100000 101011

Color Harmonies of #D5BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC04

Black with #D5BC04

Text Example


Text Example

White with #D5BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC04; }

 p { color: rgb(213,188,4); }

 H1.HeaderClassName
 {
   color: #D5BC04;
 }
 .AnyTagClassName
 {
   color: #D5BC04;
 }
</style>

background-color css

<style>
 a { background-color: #D5BC04; }

 a { background-color: rgb(213,188,4); }

 div.DivClassName
 {
   background-color: #D5BC04;
 }
 .BgClassName
 {
   background-color: #D5BC04;
 }
</style>

border-color css

<style>
 span { border-color: #D5BC04; }

 span { border-color: rgb(213,188,4); }

 td.TdClassName
 {
   border-color: #D5BC04;
 }
 .TagClassName
 {
   border-color: #D5BC04;
 }
</style>