Html Css Color HEX #D6C804 Bird Flower

📋 copy color: '#D6C804'

red 214 ◦ green 200 ◦ blue 4

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

Shades of Bird Flower #D6C804

Tints of Bird Flower #D6C804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.85%

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

R = 51.2%
G = 47.85%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D6C804 (or 0xD6C804) is known color: Bird Flower. HEX triplet: D6, C8 and 04. RGB value is (214,200,4). Sum of RGB (Red+Green+Blue) = 214+200+4=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C804 is #2937FB. Grayscale: #B6B6B6. Windows color (decimal): -2701308 or 313558. OLE color: 313558.

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

Color convert

RGB 214 200 4 -
CMYK 0 0.07 0.98 0.16
HSL 56º 0.96% 0.43% -
HSV(B) 56º 0.98% 0.84% -
XYZ 48.41 55.61 8.3 -
YUV 181.84 27.64 150.94 -
System Red Green Blue C M Y K H S L
Decimal 214 200 4 0 0.07 0.98 0.16 56 0.96 0.43
Hex D6 C8 4 0 7 62 10 38 60 2B
Octal 326 310 4 0 7 142 20 70 140 53
Binary 11010110 11001000 100 0 111 1100010 10000 111000 1100000 101011

Color Harmonies of #D6C804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C804

Black with #D6C804

Text Example


Text Example

White with #D6C804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C804; }

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

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

background-color css

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

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

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

border-color css

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

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

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