Html Css Color HEX #C9BA1D Bird Flower

📋 copy color: '#C9BA1D'

red 201 ◦ green 186 ◦ blue 29

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

Shades of Bird Flower #C9BA1D

Tints of Bird Flower #C9BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.71%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 48.32%
G = 44.71%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9BA1D (or 0xC9BA1D) is known color: Bird Flower. HEX triplet: C9, BA and 1D. RGB value is (201,186,29). Sum of RGB (Red+Green+Blue) = 201+186+29=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA1D is #3645E2. Grayscale: #ADADAD. Windows color (decimal): -3556835 or 1948361. OLE color: 1948361.

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

Color convert

RGB 201 186 29 -
CMYK 0 0.07 0.86 0.21
HSL 54.77º 0.75% 0.45% -
HSV(B) 54.77º 0.86% 0.79% -
XYZ 41.87 47.62 8.15 -
YUV 172.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 201 186 29 0 0.07 0.86 0.21 54.77 0.75 0.45
Hex C9 BA 1D 0 7 56 15 37 4B 2D
Octal 311 272 35 0 7 126 25 67 113 55
Binary 11001001 10111010 11101 0 111 1010110 10101 110111 1001011 101101

Color Harmonies of #C9BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA1D

Black with #C9BA1D

Text Example


Text Example

White with #C9BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA1D; }

 p { color: rgb(201,186,29); }

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

background-color css

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

 a { background-color: rgb(201,186,29); }

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

border-color css

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

 span { border-color: rgb(201,186,29); }

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