Html Css Color HEX #D6B504 Bird Flower

📋 copy color: '#D6B504'

red 214 ◦ green 181 ◦ blue 4

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

Shades of Bird Flower #D6B504

Tints of Bird Flower #D6B504

RGB

 RED value IS 214 (83.98% from 255) = 53.63%

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 53.63%
G = 45.36%
B = 1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6B504 (or 0xD6B504) is known color: Bird Flower. HEX triplet: D6, B5 and 04. RGB value is (214,181,4). Sum of RGB (Red+Green+Blue) = 214+181+4=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B504 is #294AFB. Grayscale: #ABABAB. Windows color (decimal): -2706172 or 308694. OLE color: 308694.

HSL color Cylindrical-coordinate representation of color #D6B504: hue angle of 50.57º 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 #D6B504 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 4 -
CMYK 0 0.15 0.98 0.16
HSL 50.57º 0.96% 0.43% -
HSV(B) 50.57º 0.98% 0.84% -
XYZ 44.28 47.35 6.92 -
YUV 170.69 33.93 158.89 -
System Red Green Blue C M Y K H S L
Decimal 214 181 4 0 0.15 0.98 0.16 50.57 0.96 0.43
Hex D6 B5 4 0 F 62 10 33 60 2B
Octal 326 265 4 0 17 142 20 63 140 53
Binary 11010110 10110101 100 0 1111 1100010 10000 110011 1100000 101011

Color Harmonies of #D6B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B504

Black with #D6B504

Text Example


Text Example

White with #D6B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B504; }

 p { color: rgb(214,181,4); }

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

background-color css

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

 a { background-color: rgb(214,181,4); }

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

border-color css

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

 span { border-color: rgb(214,181,4); }

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