Html Css Color HEX #C9BF1D Bird Flower

📋 copy color: '#C9BF1D'

red 201 ◦ green 191 ◦ blue 29

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

Shades of Bird Flower #C9BF1D

Tints of Bird Flower #C9BF1D

RGB

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

 GREEN value IS 191 (75% from 255) = 45.37%

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

R = 47.74%
G = 45.37%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9BF1D (or 0xC9BF1D) is known color: Bird Flower. HEX triplet: C9, BF and 1D. RGB value is (201,191,29). Sum of RGB (Red+Green+Blue) = 201+191+29=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF1D is #3640E2. Grayscale: #B0B0B0. Windows color (decimal): -3555555 or 1949641. OLE color: 1949641.

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

Color convert

RGB 201 191 29 -
CMYK 0 0.05 0.86 0.21
HSL 56.51º 0.75% 0.45% -
HSV(B) 56.51º 0.86% 0.79% -
XYZ 42.94 49.77 8.51 -
YUV 175.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 201 191 29 0 0.05 0.86 0.21 56.51 0.75 0.45
Hex C9 BF 1D 0 5 56 15 39 4B 2D
Octal 311 277 35 0 5 126 25 71 113 55
Binary 11001001 10111111 11101 0 101 1010110 10101 111001 1001011 101101

Color Harmonies of #C9BF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF1D

Black with #C9BF1D

Text Example


Text Example

White with #C9BF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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