Html Css Color HEX #D6B404 Bird Flower

📋 copy color: '#D6B404'

red 214 ◦ green 180 ◦ blue 4

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

Shades of Bird Flower #D6B404

Tints of Bird Flower #D6B404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

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

R = 53.77%
G = 45.23%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6B404 (or 0xD6B404) is known color: Bird Flower. HEX triplet: D6, B4 and 04. RGB value is (214,180,4). Sum of RGB (Red+Green+Blue) = 214+180+4=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B404 is #294BFB. Grayscale: #AAAAAA. Windows color (decimal): -2706428 or 308438. OLE color: 308438.

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

Color convert

RGB 214 180 4 -
CMYK 0 0.16 0.98 0.16
HSL 50.29º 0.96% 0.43% -
HSV(B) 50.29º 0.98% 0.84% -
XYZ 44.07 46.95 6.85 -
YUV 170.1 34.26 159.31 -
System Red Green Blue C M Y K H S L
Decimal 214 180 4 0 0.16 0.98 0.16 50.29 0.96 0.43
Hex D6 B4 4 0 10 62 10 32 60 2B
Octal 326 264 4 0 20 142 20 62 140 53
Binary 11010110 10110100 100 0 10000 1100010 10000 110010 1100000 101011

Color Harmonies of #D6B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B404

Black with #D6B404

Text Example


Text Example

White with #D6B404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B404; }

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

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

background-color css

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

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

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

border-color css

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

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

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