Html Css Color HEX #CCD07C Deco

📋 copy color: '#CCD07C'

red 204 ◦ green 208 ◦ blue 124

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

Shades of Deco #CCD07C

Tints of Deco #CCD07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

 BLUE value IS 124 (48.83% from 255) = 23.13%

R = 38.06%
G = 38.81%
B = 23.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#CCD07C (or 0xCCD07C) is known color: Deco. HEX triplet: CC, D0 and 7C. RGB value is (204,208,124). Sum of RGB (Red+Green+Blue) = 204+208+124=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD07C is #332F83. Grayscale: #C5C5C5. Windows color (decimal): -3354500 or 8179916. OLE color: 8179916.

HSL color Cylindrical-coordinate representation of color #CCD07C: hue angle of 62.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD07C is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 124 -
CMYK 0.02 0 0.40 0.18
HSL 62.86º 0.47% 0.65% -
HSV(B) 62.86º 0.4% 0.82% -
XYZ 51.1 59.4 27.84 -
YUV 197.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 204 208 124 0.02 0 0.40 0.18 62.86 0.47 0.65
Hex CC D0 7C 2 0 28 12 3F 2F 41
Octal 314 320 174 2 0 50 22 77 57 101
Binary 11001100 11010000 1111100 10 0 101000 10010 111111 101111 1000001

Color Harmonies of #CCD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD07C

Black with #CCD07C

Text Example


Text Example

White with #CCD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD07C; }

 p { color: rgb(204,208,124); }

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

background-color css

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

 a { background-color: rgb(204,208,124); }

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

border-color css

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

 span { border-color: rgb(204,208,124); }

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