Html Css Color HEX #CCDC6D Goldenrod

📋 copy color: '#CCDC6D'

red 204 ◦ green 220 ◦ blue 109

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

Shades of Goldenrod #CCDC6D

Tints of Goldenrod #CCDC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.45%

R = 38.27%
G = 41.28%
B = 20.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#CCDC6D (or 0xCCDC6D) is known color: Goldenrod. HEX triplet: CC, DC and 6D. RGB value is (204,220,109). Sum of RGB (Red+Green+Blue) = 204+220+109=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC6D is #332392. Grayscale: #CACACA. Windows color (decimal): -3351443 or 7199948. OLE color: 7199948.

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

Color convert

RGB 204 220 109 -
CMYK 0.07 0 0.50 0.14
HSL 68.65º 0.61% 0.65% -
HSV(B) 68.65º 0.5% 0.86% -
XYZ 53.26 65.13 24.23 -
YUV 202.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 204 220 109 0.07 0 0.50 0.14 68.65 0.61 0.65
Hex CC DC 6D 7 0 32 E 45 3D 41
Octal 314 334 155 7 0 62 16 105 75 101
Binary 11001100 11011100 1101101 111 0 110010 1110 1000101 111101 1000001

Color Harmonies of #CCDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC6D

Black with #CCDC6D

Text Example


Text Example

White with #CCDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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