Html Css Color HEX #C9BD09 Bird Flower

📋 copy color: '#C9BD09'

red 201 ◦ green 189 ◦ blue 9

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

Shades of Bird Flower #C9BD09

Tints of Bird Flower #C9BD09

RGB

 RED value IS 201 (78.91% from 255) = 50.38%

 GREEN value IS 189 (74.22% from 255) = 47.37%

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

R = 50.38%
G = 47.37%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9BD09 (or 0xC9BD09) is known color: Bird Flower. HEX triplet: C9, BD and 09. RGB value is (201,189,9). Sum of RGB (Red+Green+Blue) = 201+189+9=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BD09 is #3642F6. Grayscale: #ACACAC. Windows color (decimal): -3556087 or 638409. OLE color: 638409.

HSL color Cylindrical-coordinate representation of color #C9BD09: hue angle of 56.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9BD09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 9 -
CMYK 0 0.06 0.96 0.21
HSL 56.25º 0.91% 0.41% -
HSV(B) 56.25º 0.96% 0.79% -
XYZ 42.33 48.83 7.45 -
YUV 172.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 201 189 9 0 0.06 0.96 0.21 56.25 0.91 0.41
Hex C9 BD 9 0 6 60 15 38 5B 29
Octal 311 275 11 0 6 140 25 70 133 51
Binary 11001001 10111101 1001 0 110 1100000 10101 111000 1011011 101001

Color Harmonies of #C9BD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD09

Black with #C9BD09

Text Example


Text Example

White with #C9BD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD09; }

 p { color: rgb(201,189,9); }

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

background-color css

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

 a { background-color: rgb(201,189,9); }

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

border-color css

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

 span { border-color: rgb(201,189,9); }

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