Html Css Color HEX #D6CA09 Bird Flower

📋 copy color: '#D6CA09'

red 214 ◦ green 202 ◦ blue 9

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

Shades of Bird Flower #D6CA09

Tints of Bird Flower #D6CA09

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.53%

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

R = 50.35%
G = 47.53%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6CA09 (or 0xD6CA09) is known color: Bird Flower. HEX triplet: D6, CA and 09. RGB value is (214,202,9). Sum of RGB (Red+Green+Blue) = 214+202+9=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CA09 is #2935F6. Grayscale: #B8B8B8. Windows color (decimal): -2700791 or 641750. OLE color: 641750.

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

Color convert

RGB 214 202 9 -
CMYK 0 0.06 0.96 0.16
HSL 56.49º 0.92% 0.44% -
HSV(B) 56.49º 0.96% 0.84% -
XYZ 48.9 56.56 8.6 -
YUV 183.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 214 202 9 0 0.06 0.96 0.16 56.49 0.92 0.44
Hex D6 CA 9 0 6 60 10 38 5C 2C
Octal 326 312 11 0 6 140 20 70 134 54
Binary 11010110 11001010 1001 0 110 1100000 10000 111000 1011100 101100

Color Harmonies of #D6CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA09

Black with #D6CA09

Text Example


Text Example

White with #D6CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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