Html Css Color HEX #CCD48F Deco

📋 copy color: '#CCD48F'

red 204 ◦ green 212 ◦ blue 143

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

Shades of Deco #CCD48F

Tints of Deco #CCD48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

 BLUE value IS 143 (56.25% from 255) = 25.58%

R = 36.49%
G = 37.92%
B = 25.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#CCD48F (or 0xCCD48F) is known color: Deco. HEX triplet: CC, D4 and 8F. RGB value is (204,212,143). Sum of RGB (Red+Green+Blue) = 204+212+143=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD48F is #332B70. Grayscale: #CACACA. Windows color (decimal): -3353457 or 9426124. OLE color: 9426124.

HSL color Cylindrical-coordinate representation of color #CCD48F: hue angle of 66.96º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD48F is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 143 -
CMYK 0.04 0 0.33 0.17
HSL 66.96º 0.45% 0.7% -
HSV(B) 66.96º 0.33% 0.83% -
XYZ 53.4 61.91 35.12 -
YUV 201.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 204 212 143 0.04 0 0.33 0.17 66.96 0.45 0.7
Hex CC D4 8F 4 0 21 11 43 2D 46
Octal 314 324 217 4 0 41 21 103 55 106
Binary 11001100 11010100 10001111 100 0 100001 10001 1000011 101101 1000110

Color Harmonies of #CCD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD48F

Black with #CCD48F

Text Example


Text Example

White with #CCD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD48F; }

 p { color: rgb(204,212,143); }

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

background-color css

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

 a { background-color: rgb(204,212,143); }

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

border-color css

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

 span { border-color: rgb(204,212,143); }

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