Html Css Color HEX #C9BD21 Bird Flower

📋 copy color: '#C9BD21'

red 201 ◦ green 189 ◦ blue 33

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

Shades of Bird Flower #C9BD21

Tints of Bird Flower #C9BD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.8%

R = 47.52%
G = 44.68%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9BD21 (or 0xC9BD21) is known color: Bird Flower. HEX triplet: C9, BD and 21. RGB value is (201,189,33). Sum of RGB (Red+Green+Blue) = 201+189+33=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD21 is #3642DE. Grayscale: #AFAFAF. Windows color (decimal): -3556063 or 2211273. OLE color: 2211273.

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

Color convert

RGB 201 189 33 -
CMYK 0 0.06 0.84 0.21
HSL 55.71º 0.72% 0.46% -
HSV(B) 55.71º 0.84% 0.79% -
XYZ 42.56 48.92 8.64 -
YUV 174.8 47.98 146.68 -
System Red Green Blue C M Y K H S L
Decimal 201 189 33 0 0.06 0.84 0.21 55.71 0.72 0.46
Hex C9 BD 21 0 6 54 15 38 48 2E
Octal 311 275 41 0 6 124 25 70 110 56
Binary 11001001 10111101 100001 0 110 1010100 10101 111000 1001000 101110

Color Harmonies of #C9BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD21

Black with #C9BD21

Text Example


Text Example

White with #C9BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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