Html Css Color HEX #C9D07D Deco

📋 copy color: '#C9D07D'

red 201 ◦ green 208 ◦ blue 125

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

Shades of Deco #C9D07D

Tints of Deco #C9D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.95%

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 37.64%
G = 38.95%
B = 23.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#C9D07D (or 0xC9D07D) is known color: Deco. HEX triplet: C9, D0 and 7D. RGB value is (201,208,125). Sum of RGB (Red+Green+Blue) = 201+208+125=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D07D is #362F82. Grayscale: #C4C4C4. Windows color (decimal): -3551107 or 8245449. OLE color: 8245449.

HSL color Cylindrical-coordinate representation of color #C9D07D: hue angle of 65.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9D07D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 208 125 -
CMYK 0.03 0 0.40 0.18
HSL 65.06º 0.47% 0.65% -
HSV(B) 65.06º 0.4% 0.82% -
XYZ 50.34 59.01 28.14 -
YUV 196.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 201 208 125 0.03 0 0.40 0.18 65.06 0.47 0.65
Hex C9 D0 7D 3 0 28 12 41 2F 41
Octal 311 320 175 3 0 50 22 101 57 101
Binary 11001001 11010000 1111101 11 0 101000 10010 1000001 101111 1000001

Color Harmonies of #C9D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D07D

Black with #C9D07D

Text Example


Text Example

White with #C9D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D07D; }

 p { color: rgb(201,208,125); }

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

background-color css

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

 a { background-color: rgb(201,208,125); }

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

border-color css

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

 span { border-color: rgb(201,208,125); }

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