Html Css Color HEX #D6CB09 Bird Flower

📋 copy color: '#D6CB09'

red 214 ◦ green 203 ◦ blue 9

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

Shades of Bird Flower #D6CB09

Tints of Bird Flower #D6CB09

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.65%

 BLUE value IS 9 (3.91% from 255) = 2.11%

R = 50.23%
G = 47.65%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6CB09 (or 0xD6CB09) is known color: Bird Flower. HEX triplet: D6, CB and 09. RGB value is (214,203,9). Sum of RGB (Red+Green+Blue) = 214+203+9=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB09 is #2934F6. Grayscale: #B8B8B8. Windows color (decimal): -2700535 or 642006. OLE color: 642006.

HSL color Cylindrical-coordinate representation of color #D6CB09: hue angle of 56.78º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6CB09 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 9 -
CMYK 0 0.05 0.96 0.16
HSL 56.78º 0.92% 0.44% -
HSV(B) 56.78º 0.96% 0.84% -
XYZ 49.14 57.03 8.68 -
YUV 184.17 29.14 149.27 -
System Red Green Blue C M Y K H S L
Decimal 214 203 9 0 0.05 0.96 0.16 56.78 0.92 0.44
Hex D6 CB 9 0 5 60 10 39 5C 2C
Octal 326 313 11 0 5 140 20 71 134 54
Binary 11010110 11001011 1001 0 101 1100000 10000 111001 1011100 101100

Color Harmonies of #D6CB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB09

Black with #D6CB09

Text Example


Text Example

White with #D6CB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB09; }

 p { color: rgb(214,203,9); }

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

background-color css

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

 a { background-color: rgb(214,203,9); }

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

border-color css

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

 span { border-color: rgb(214,203,9); }

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