Html Css Color HEX #CCDC64 Goldenrod

📋 copy color: '#CCDC64'

red 204 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #CCDC64

Tints of Goldenrod #CCDC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 100 (39.45% from 255) = 19.08%

R = 38.93%
G = 41.98%
B = 19.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#CCDC64 (or 0xCCDC64) is known color: Goldenrod. HEX triplet: CC, DC and 64. RGB value is (204,220,100). Sum of RGB (Red+Green+Blue) = 204+220+100=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC64 is #33239B. Grayscale: #C9C9C9. Windows color (decimal): -3351452 or 6610124. OLE color: 6610124.

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

Color convert

RGB 204 220 100 -
CMYK 0.07 0 0.55 0.14
HSL 68º 0.63% 0.63% -
HSV(B) 68º 0.55% 0.86% -
XYZ 52.8 64.94 21.81 -
YUV 201.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 204 220 100 0.07 0 0.55 0.14 68 0.63 0.63
Hex CC DC 64 7 0 37 E 44 3F 3F
Octal 314 334 144 7 0 67 16 104 77 77
Binary 11001100 11011100 1100100 111 0 110111 1110 1000100 111111 111111

Color Harmonies of #CCDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC64

Black with #CCDC64

Text Example


Text Example

White with #CCDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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