#CCD68B

Color #CCD68B Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CCD68B

Tints of Deco #CCD68B

Color information

#CCD68B (or 0xCCD68B) is unknown color: approx Deco. HEX triplet: CC, D6 and 8B. RGB value is (204,214,139). Sum of RGB (Red+Green+Blue) = 204+214+139=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68B is #332974. Grayscale: #CACACA. Windows color (decimal): -3352949 or 9164492. OLE color: 9164492.

HSL color Cylindrical-coordinate representation of color #CCD68B: hue angle of 68º degrees, saturation: 0.48, 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 #CCD68B is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB204214139-
CMYK0.0500.350.16
HSL68º47.77%69.22%-
HSV(B)68º35.05%83.92%-
XYZ53.6162.7933.72-
YUV202.4692.19129.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 214 (83.98% from 255) = 38.42%
BLUE value IS 139 (54.69% from 255) = 24.96%
R=36.62%
G=38.42%
B=24.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141390.0500.350.166847.7769.22
HexCCD68B502310443045
Octal31432621350432010460105
Binary11001100110101101000101110101000111000010001001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD68B; }

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

 H1.HeaderClassName
 {
   color: #CCD68B;
 }
 .AnyTagClassName
 {
   color: #CCD68B;
 }
</style>
background-color css

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

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

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

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

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

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