Html Css Color HEX #C9BD1D Bird Flower

📋 copy color: '#C9BD1D'

red 201 ◦ green 189 ◦ blue 29

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

Shades of Bird Flower #C9BD1D

Tints of Bird Flower #C9BD1D

RGB

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

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

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

R = 47.97%
G = 45.11%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9BD1D (or 0xC9BD1D) is known color: Bird Flower. HEX triplet: C9, BD and 1D. RGB value is (201,189,29). Sum of RGB (Red+Green+Blue) = 201+189+29=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD1D is #3642E2. Grayscale: #AFAFAF. Windows color (decimal): -3556067 or 1949129. OLE color: 1949129.

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

Color convert

RGB 201 189 29 -
CMYK 0 0.06 0.86 0.21
HSL 55.81º 0.75% 0.45% -
HSV(B) 55.81º 0.86% 0.79% -
XYZ 42.51 48.9 8.36 -
YUV 174.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 201 189 29 0 0.06 0.86 0.21 55.81 0.75 0.45
Hex C9 BD 1D 0 6 56 15 38 4B 2D
Octal 311 275 35 0 6 126 25 70 113 55
Binary 11001001 10111101 11101 0 110 1010110 10101 111000 1001011 101101

Color Harmonies of #C9BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD1D

Black with #C9BD1D

Text Example


Text Example

White with #C9BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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