Html Css Color HEX #C9B207 Bird Flower

📋 copy color: '#C9B207'

red 201 ◦ green 178 ◦ blue 7

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

Shades of Bird Flower #C9B207

Tints of Bird Flower #C9B207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.11%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 52.07%
G = 46.11%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C9B207 (or 0xC9B207) is known color: Bird Flower. HEX triplet: C9, B2 and 07. RGB value is (201,178,7). Sum of RGB (Red+Green+Blue) = 201+178+7=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B207 is #364DF8. Grayscale: #A6A6A6. Windows color (decimal): -3558905 or 504521. OLE color: 504521.

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

Color convert

RGB 201 178 7 -
CMYK 0 0.11 0.97 0.21
HSL 52.89º 0.93% 0.41% -
HSV(B) 52.89º 0.97% 0.79% -
XYZ 40.05 44.27 6.64 -
YUV 165.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 201 178 7 0 0.11 0.97 0.21 52.89 0.93 0.41
Hex C9 B2 7 0 B 61 15 35 5D 29
Octal 311 262 7 0 13 141 25 65 135 51
Binary 11001001 10110010 111 0 1011 1100001 10101 110101 1011101 101001

Color Harmonies of #C9B207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B207

Black with #C9B207

Text Example


Text Example

White with #C9B207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B207; }

 p { color: rgb(201,178,7); }

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

background-color css

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

 a { background-color: rgb(201,178,7); }

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

border-color css

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

 span { border-color: rgb(201,178,7); }

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