Html Css Color HEX #C9BD1C Bird Flower

📋 copy color: '#C9BD1C'

red 201 ◦ green 189 ◦ blue 28

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

Shades of Bird Flower #C9BD1C

Tints of Bird Flower #C9BD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 48.09%
G = 45.22%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9BD1C (or 0xC9BD1C) is known color: Bird Flower. HEX triplet: C9, BD and 1C. RGB value is (201,189,28). Sum of RGB (Red+Green+Blue) = 201+189+28=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD1C is #3642E3. Grayscale: #AEAEAE. Windows color (decimal): -3556068 or 1883593. OLE color: 1883593.

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

Color convert

RGB 201 189 28 -
CMYK 0 0.06 0.86 0.21
HSL 55.84º 0.76% 0.45% -
HSV(B) 55.84º 0.86% 0.79% -
XYZ 42.49 48.9 8.3 -
YUV 174.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 201 189 28 0 0.06 0.86 0.21 55.84 0.76 0.45
Hex C9 BD 1C 0 6 56 15 38 4C 2D
Octal 311 275 34 0 6 126 25 70 114 55
Binary 11001001 10111101 11100 0 110 1010110 10101 111000 1001100 101101

Color Harmonies of #C9BD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD1C

Black with #C9BD1C

Text Example


Text Example

White with #C9BD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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