Html Css Color HEX #C9DB74 Deco

📋 copy color: '#C9DB74'

red 201 ◦ green 219 ◦ blue 116

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

Shades of Deco #C9DB74

Tints of Deco #C9DB74

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

 BLUE value IS 116 (45.7% from 255) = 21.64%

R = 37.5%
G = 40.86%
B = 21.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#C9DB74 (or 0xC9DB74) is known color: Deco. HEX triplet: C9, DB and 74. RGB value is (201,219,116). Sum of RGB (Red+Green+Blue) = 201+219+116=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB74 is #36248B. Grayscale: #CACACA. Windows color (decimal): -3548300 or 7658441. OLE color: 7658441.

HSL color Cylindrical-coordinate representation of color #C9DB74: hue angle of 70.49º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9DB74 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 116 -
CMYK 0.08 0 0.47 0.14
HSL 70.49º 0.59% 0.66% -
HSV(B) 70.49º 0.47% 0.86% -
XYZ 52.57 64.34 26.17 -
YUV 201.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 201 219 116 0.08 0 0.47 0.14 70.49 0.59 0.66
Hex C9 DB 74 8 0 2F E 46 3B 42
Octal 311 333 164 10 0 57 16 106 73 102
Binary 11001001 11011011 1110100 1000 0 101111 1110 1000110 111011 1000010

Color Harmonies of #C9DB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB74

Black with #C9DB74

Text Example


Text Example

White with #C9DB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB74; }

 p { color: rgb(201,219,116); }

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

background-color css

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

 a { background-color: rgb(201,219,116); }

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

border-color css

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

 span { border-color: rgb(201,219,116); }

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