Html Css Color HEX #CCD68C Deco

📋 copy color: '#CCD68C'

red 204 ◦ green 214 ◦ blue 140

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

Shades of Deco #CCD68C

Tints of Deco #CCD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

 BLUE value IS 140 (55.08% from 255) = 25.09%

R = 36.56%
G = 38.35%
B = 25.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#CCD68C (or 0xCCD68C) is known color: Deco. HEX triplet: CC, D6 and 8C. RGB value is (204,214,140). Sum of RGB (Red+Green+Blue) = 204+214+140=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68C is #332973. Grayscale: #CACACA. Windows color (decimal): -3352948 or 9230028. OLE color: 9230028.

HSL color Cylindrical-coordinate representation of color #CCD68C: hue angle of 68.11º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD68C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 140 -
CMYK 0.05 0 0.35 0.16
HSL 68.11º 0.47% 0.69% -
HSV(B) 68.11º 0.35% 0.84% -
XYZ 53.68 62.82 34.11 -
YUV 202.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 204 214 140 0.05 0 0.35 0.16 68.11 0.47 0.69
Hex CC D6 8C 5 0 23 10 44 2F 45
Octal 314 326 214 5 0 43 20 104 57 105
Binary 11001100 11010110 10001100 101 0 100011 10000 1000100 101111 1000101

Color Harmonies of #CCD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD68C

Black with #CCD68C

Text Example


Text Example

White with #CCD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD68C; }

 p { color: rgb(204,214,140); }

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

background-color css

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

 a { background-color: rgb(204,214,140); }

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

border-color css

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

 span { border-color: rgb(204,214,140); }

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