#CCDC68

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

Shades of Goldenrod #CCDC68

Tints of Goldenrod #CCDC68

Color information

#CCDC68 (or 0xCCDC68) is unknown color: approx Goldenrod. HEX triplet: CC, DC and 68. RGB value is (204,220,104). Sum of RGB (Red+Green+Blue) = 204+220+104=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC68 is #332397. Grayscale: #CACACA. Windows color (decimal): -3351448 or 6872268. OLE color: 6872268.

HSL color Cylindrical-coordinate representation of color #CCDC68: hue angle of 68.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDC68 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB204220104-
CMYK0.0700.530.14
HSL68.28º62.37%63.53%-
HSV(B)68.28º52.73%86.27%-
XYZ52.9965.0222.85-
YUV201.9972.7129.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 104 (41.02% from 255) = 19.70%
R=38.64%
G=41.67%
B=19.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201040.0700.530.1468.2862.3763.53
HexCCDC687035E443e40
Octal31433415070651610476100
Binary110011001101110011010001110110101111010001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC68; }

 p { color: rgb(204,220,104); }

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

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

 a { background-color: rgb(204,220,104); }

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

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

 span { border-color: rgb(204,220,104); }

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