Html Css Color HEX #C9B61D Bird Flower

📋 copy color: '#C9B61D'

red 201 ◦ green 182 ◦ blue 29

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

Shades of Bird Flower #C9B61D

Tints of Bird Flower #C9B61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.04%

R = 48.79%
G = 44.17%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9B61D (or 0xC9B61D) is known color: Bird Flower. HEX triplet: C9, B6 and 1D. RGB value is (201,182,29). Sum of RGB (Red+Green+Blue) = 201+182+29=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B61D is #3649E2. Grayscale: #AAAAAA. Windows color (decimal): -3557859 or 1947337. OLE color: 1947337.

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

Color convert

RGB 201 182 29 -
CMYK 0 0.09 0.86 0.21
HSL 53.37º 0.75% 0.45% -
HSV(B) 53.37º 0.86% 0.79% -
XYZ 41.04 45.96 7.87 -
YUV 170.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 201 182 29 0 0.09 0.86 0.21 53.37 0.75 0.45
Hex C9 B6 1D 0 9 56 15 35 4B 2D
Octal 311 266 35 0 11 126 25 65 113 55
Binary 11001001 10110110 11101 0 1001 1010110 10101 110101 1001011 101101

Color Harmonies of #C9B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B61D

Black with #C9B61D

Text Example


Text Example

White with #C9B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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