Html Css Color HEX #C9B60D Bird Flower

📋 copy color: '#C9B60D'

red 201 ◦ green 182 ◦ blue 13

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

Shades of Bird Flower #C9B60D

Tints of Bird Flower #C9B60D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

 BLUE value IS 13 (5.47% from 255) = 3.28%

R = 50.76%
G = 45.96%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9B60D (or 0xC9B60D) is known color: Bird Flower. HEX triplet: C9, B6 and 0D. RGB value is (201,182,13). Sum of RGB (Red+Green+Blue) = 201+182+13=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B60D is #3649F2. Grayscale: #A9A9A9. Windows color (decimal): -3557875 or 898761. OLE color: 898761.

HSL color Cylindrical-coordinate representation of color #C9B60D: hue angle of 53.94º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9B60D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 182 13 -
CMYK 0 0.09 0.94 0.21
HSL 53.94º 0.88% 0.42% -
HSV(B) 53.94º 0.94% 0.79% -
XYZ 40.89 45.9 7.09 -
YUV 168.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 201 182 13 0 0.09 0.94 0.21 53.94 0.88 0.42
Hex C9 B6 D 0 9 5E 15 36 58 2A
Octal 311 266 15 0 11 136 25 66 130 52
Binary 11001001 10110110 1101 0 1001 1011110 10101 110110 1011000 101010

Color Harmonies of #C9B60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B60D

Black with #C9B60D

Text Example


Text Example

White with #C9B60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B60D; }

 p { color: rgb(201,182,13); }

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

background-color css

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

 a { background-color: rgb(201,182,13); }

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

border-color css

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

 span { border-color: rgb(201,182,13); }

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