Html Css Color HEX #CCDB93 Deco

📋 copy color: '#CCDB93'

red 204 ◦ green 219 ◦ blue 147

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

Shades of Deco #CCDB93

Tints of Deco #CCDB93

RGB

 RED value IS 204 (80.08% from 255) = 35.79%

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

 BLUE value IS 147 (57.81% from 255) = 25.79%

R = 35.79%
G = 38.42%
B = 25.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#CCDB93 (or 0xCCDB93) is known color: Deco. HEX triplet: CC, DB and 93. RGB value is (204,219,147). Sum of RGB (Red+Green+Blue) = 204+219+147=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB93 is #33246C. Grayscale: #CECECE. Windows color (decimal): -3351661 or 9690060. OLE color: 9690060.

HSL color Cylindrical-coordinate representation of color #CCDB93: hue angle of 72.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCDB93 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 147 -
CMYK 0.07 0 0.33 0.14
HSL 72.5º 0.5% 0.72% -
HSV(B) 72.5º 0.33% 0.86% -
XYZ 55.5 65.61 37.34 -
YUV 206.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 204 219 147 0.07 0 0.33 0.14 72.5 0.5 0.72
Hex CC DB 93 7 0 21 E 48 32 48
Octal 314 333 223 7 0 41 16 110 62 110
Binary 11001100 11011011 10010011 111 0 100001 1110 1001000 110010 1001000

Color Harmonies of #CCDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB93

Black with #CCDB93

Text Example


Text Example

White with #CCDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB93; }

 p { color: rgb(204,219,147); }

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

background-color css

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

 a { background-color: rgb(204,219,147); }

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

border-color css

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

 span { border-color: rgb(204,219,147); }

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