Html Css Color HEX #D6C906 Bird Flower

📋 copy color: '#D6C906'

red 214 ◦ green 201 ◦ blue 6

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

Shades of Bird Flower #D6C906

Tints of Bird Flower #D6C906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.74%

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

R = 50.83%
G = 47.74%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6C906 (or 0xD6C906) is known color: Bird Flower. HEX triplet: D6, C9 and 06. RGB value is (214,201,6). Sum of RGB (Red+Green+Blue) = 214+201+6=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C906 is #2936F9. Grayscale: #B7B7B7. Windows color (decimal): -2701050 or 444886. OLE color: 444886.

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

Color convert

RGB 214 201 6 -
CMYK 0 0.06 0.97 0.16
HSL 56.25º 0.95% 0.43% -
HSV(B) 56.25º 0.97% 0.84% -
XYZ 48.65 56.08 8.43 -
YUV 182.66 28.31 150.36 -
System Red Green Blue C M Y K H S L
Decimal 214 201 6 0 0.06 0.97 0.16 56.25 0.95 0.43
Hex D6 C9 6 0 6 61 10 38 5F 2B
Octal 326 311 6 0 6 141 20 70 137 53
Binary 11010110 11001001 110 0 110 1100001 10000 111000 1011111 101011

Color Harmonies of #D6C906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C906

Black with #D6C906

Text Example


Text Example

White with #D6C906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C906; }

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

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

background-color css

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

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

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

border-color css

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

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

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