Html Css Color HEX #CCD294 Deco

📋 copy color: '#CCD294'

red 204 ◦ green 210 ◦ blue 148

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

Shades of Deco #CCD294

Tints of Deco #CCD294

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.37%

 BLUE value IS 148 (58.2% from 255) = 26.33%

R = 36.3%
G = 37.37%
B = 26.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#CCD294 (or 0xCCD294) is known color: Deco. HEX triplet: CC, D2 and 94. RGB value is (204,210,148). Sum of RGB (Red+Green+Blue) = 204+210+148=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD294 is #332D6B. Grayscale: #C9C9C9. Windows color (decimal): -3353964 or 9753292. OLE color: 9753292.

HSL color Cylindrical-coordinate representation of color #CCD294: hue angle of 65.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD294 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 148 -
CMYK 0.03 0 0.30 0.18
HSL 65.81º 0.41% 0.7% -
HSV(B) 65.81º 0.3% 0.82% -
XYZ 53.29 61.07 37 -
YUV 201.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 204 210 148 0.03 0 0.30 0.18 65.81 0.41 0.7
Hex CC D2 94 3 0 1E 12 42 29 46
Octal 314 322 224 3 0 36 22 102 51 106
Binary 11001100 11010010 10010100 11 0 11110 10010 1000010 101001 1000110

Color Harmonies of #CCD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD294

Black with #CCD294

Text Example


Text Example

White with #CCD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD294; }

 p { color: rgb(204,210,148); }

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

background-color css

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

 a { background-color: rgb(204,210,148); }

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

border-color css

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

 span { border-color: rgb(204,210,148); }

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