Html Css Color HEX #C9BD11 Bird Flower

📋 copy color: '#C9BD11'

red 201 ◦ green 189 ◦ blue 17

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

Shades of Bird Flower #C9BD11

Tints of Bird Flower #C9BD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.18%

R = 49.39%
G = 46.44%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9BD11 (or 0xC9BD11) is known color: Bird Flower. HEX triplet: C9, BD and 11. RGB value is (201,189,17). Sum of RGB (Red+Green+Blue) = 201+189+17=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BD11 is #3642EE. Grayscale: #ADADAD. Windows color (decimal): -3556079 or 1162697. OLE color: 1162697.

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

Color convert

RGB 201 189 17 -
CMYK 0 0.06 0.92 0.21
HSL 56.09º 0.84% 0.43% -
HSV(B) 56.09º 0.92% 0.79% -
XYZ 42.39 48.85 7.73 -
YUV 172.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 201 189 17 0 0.06 0.92 0.21 56.09 0.84 0.43
Hex C9 BD 11 0 6 5C 15 38 54 2B
Octal 311 275 21 0 6 134 25 70 124 53
Binary 11001001 10111101 10001 0 110 1011100 10101 111000 1010100 101011

Color Harmonies of #C9BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD11

Black with #C9BD11

Text Example


Text Example

White with #C9BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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