Html Css Color HEX #C9B71D Bird Flower

📋 copy color: '#C9B71D'

red 201 ◦ green 183 ◦ blue 29

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

Shades of Bird Flower #C9B71D

Tints of Bird Flower #C9B71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.31%

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

R = 48.67%
G = 44.31%
B = 7.02%

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

#C9B71D (or 0xC9B71D) is known color: Bird Flower. HEX triplet: C9, B7 and 1D. RGB value is (201,183,29). Sum of RGB (Red+Green+Blue) = 201+183+29=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B71D is #3648E2. Grayscale: #ABABAB. Windows color (decimal): -3557603 or 1947593. OLE color: 1947593.

HSL color Cylindrical-coordinate representation of color #C9B71D: hue angle of 53.72º 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 #C9B71D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 183 29 -
CMYK 0 0.09 0.86 0.21
HSL 53.72º 0.75% 0.45% -
HSV(B) 53.72º 0.86% 0.79% -
XYZ 41.24 46.37 7.94 -
YUV 170.83 47.96 149.52 -
System Red Green Blue C M Y K H S L
Decimal 201 183 29 0 0.09 0.86 0.21 53.72 0.75 0.45
Hex C9 B7 1D 0 9 56 15 36 4B 2D
Octal 311 267 35 0 11 126 25 66 113 55
Binary 11001001 10110111 11101 0 1001 1010110 10101 110110 1001011 101101

Color Harmonies of #C9B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B71D

Black with #C9B71D

Text Example


Text Example

White with #C9B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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