Html Css Color HEX #C9B613 Bird Flower

📋 copy color: '#C9B613'

red 201 ◦ green 182 ◦ blue 19

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

Shades of Bird Flower #C9B613

Tints of Bird Flower #C9B613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 50%
G = 45.27%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9B613 (or 0xC9B613) is known color: Bird Flower. HEX triplet: C9, B6 and 13. RGB value is (201,182,19). Sum of RGB (Red+Green+Blue) = 201+182+19=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B613 is #3649EC. Grayscale: #A9A9A9. Windows color (decimal): -3557869 or 1291977. OLE color: 1291977.

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

Color convert

RGB 201 182 19 -
CMYK 0 0.09 0.91 0.21
HSL 53.74º 0.83% 0.43% -
HSV(B) 53.74º 0.91% 0.79% -
XYZ 40.93 45.92 7.32 -
YUV 169.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 201 182 19 0 0.09 0.91 0.21 53.74 0.83 0.43
Hex C9 B6 13 0 9 5B 15 36 53 2B
Octal 311 266 23 0 11 133 25 66 123 53
Binary 11001001 10110110 10011 0 1001 1011011 10101 110110 1010011 101011

Color Harmonies of #C9B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B613

Black with #C9B613

Text Example


Text Example

White with #C9B613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B613; }

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

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

background-color css

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

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

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

border-color css

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

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

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