Html Css Color HEX #C9B614 Bird Flower

📋 copy color: '#C9B614'

red 201 ◦ green 182 ◦ blue 20

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

Shades of Bird Flower #C9B614

Tints of Bird Flower #C9B614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 49.88%
G = 45.16%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9B614 (or 0xC9B614) is known color: Bird Flower. HEX triplet: C9, B6 and 14. RGB value is (201,182,20). Sum of RGB (Red+Green+Blue) = 201+182+20=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B614 is #3649EB. Grayscale: #A9A9A9. Windows color (decimal): -3557868 or 1357513. OLE color: 1357513.

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

Color convert

RGB 201 182 20 -
CMYK 0 0.09 0.90 0.21
HSL 53.7º 0.82% 0.43% -
HSV(B) 53.7º 0.9% 0.79% -
XYZ 40.94 45.92 7.37 -
YUV 169.21 43.79 150.67 -
System Red Green Blue C M Y K H S L
Decimal 201 182 20 0 0.09 0.90 0.21 53.7 0.82 0.43
Hex C9 B6 14 0 9 5A 15 36 52 2B
Octal 311 266 24 0 11 132 25 66 122 53
Binary 11001001 10110110 10100 0 1001 1011010 10101 110110 1010010 101011

Color Harmonies of #C9B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B614

Black with #C9B614

Text Example


Text Example

White with #C9B614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B614; }

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

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

background-color css

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

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

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

border-color css

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

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

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