Html Css Color HEX #CCD175 Deco

📋 copy color: '#CCD175'

red 204 ◦ green 209 ◦ blue 117

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

Shades of Deco #CCD175

Tints of Deco #CCD175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.43%

 BLUE value IS 117 (46.09% from 255) = 22.08%

R = 38.49%
G = 39.43%
B = 22.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#CCD175 (or 0xCCD175) is known color: Deco. HEX triplet: CC, D1 and 75. RGB value is (204,209,117). Sum of RGB (Red+Green+Blue) = 204+209+117=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD175 is #332E8A. Grayscale: #C5C5C5. Windows color (decimal): -3354251 or 7721420. OLE color: 7721420.

HSL color Cylindrical-coordinate representation of color #CCD175: hue angle of 63.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD175 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 117 -
CMYK 0.02 0 0.44 0.18
HSL 63.26º 0.5% 0.64% -
HSV(B) 63.26º 0.44% 0.82% -
XYZ 50.91 59.72 25.67 -
YUV 197.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 204 209 117 0.02 0 0.44 0.18 63.26 0.5 0.64
Hex CC D1 75 2 0 2C 12 3F 32 40
Octal 314 321 165 2 0 54 22 77 62 100
Binary 11001100 11010001 1110101 10 0 101100 10010 111111 110010 1000000

Color Harmonies of #CCD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD175

Black with #CCD175

Text Example


Text Example

White with #CCD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD175; }

 p { color: rgb(204,209,117); }

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

background-color css

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

 a { background-color: rgb(204,209,117); }

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

border-color css

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

 span { border-color: rgb(204,209,117); }

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