Html Css Color HEX #D6C606 Bird Flower

📋 copy color: '#D6C606'

red 214 ◦ green 198 ◦ blue 6

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

Shades of Bird Flower #D6C606

Tints of Bird Flower #D6C606

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.37%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 51.2%
G = 47.37%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6C606 (or 0xD6C606) is known color: Bird Flower. HEX triplet: D6, C6 and 06. RGB value is (214,198,6). Sum of RGB (Red+Green+Blue) = 214+198+6=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C606 is #2939F9. Grayscale: #B5B5B5. Windows color (decimal): -2701818 or 444118. OLE color: 444118.

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

Color convert

RGB 214 198 6 -
CMYK 0 0.07 0.97 0.16
HSL 55.38º 0.95% 0.43% -
HSV(B) 55.38º 0.97% 0.84% -
XYZ 47.96 54.7 8.2 -
YUV 180.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 214 198 6 0 0.07 0.97 0.16 55.38 0.95 0.43
Hex D6 C6 6 0 7 61 10 37 5F 2B
Octal 326 306 6 0 7 141 20 67 137 53
Binary 11010110 11000110 110 0 111 1100001 10000 110111 1011111 101011

Color Harmonies of #D6C606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C606

Black with #D6C606

Text Example


Text Example

White with #D6C606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C606; }

 p { color: rgb(214,198,6); }

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

background-color css

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

 a { background-color: rgb(214,198,6); }

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

border-color css

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

 span { border-color: rgb(214,198,6); }

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