Html Css Color HEX #CCCD6D Goldenrod

📋 copy color: '#CCCD6D'

red 204 ◦ green 205 ◦ blue 109

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

Shades of Goldenrod #CCCD6D

Tints of Goldenrod #CCCD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

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

R = 39.38%
G = 39.58%
B = 21.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CCCD6D (or 0xCCCD6D) is known color: Goldenrod. HEX triplet: CC, CD and 6D. RGB value is (204,205,109). Sum of RGB (Red+Green+Blue) = 204+205+109=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD6D is #333292. Grayscale: #C2C2C2. Windows color (decimal): -3355283 or 7196108. OLE color: 7196108.

HSL color Cylindrical-coordinate representation of color #CCCD6D: hue angle of 60.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCCD6D is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 109 -
CMYK 0.00 0 0.47 0.20
HSL 60.63º 0.49% 0.62% -
HSV(B) 60.63º 0.47% 0.8% -
XYZ 49.49 57.6 22.98 -
YUV 193.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 204 205 109 0.00 0 0.47 0.20 60.63 0.49 0.62
Hex CC CD 6D 0 0 2F 14 3D 31 3E
Octal 314 315 155 0 0 57 24 75 61 76
Binary 11001100 11001101 1101101 0 0 101111 10100 111101 110001 111110

Color Harmonies of #CCCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD6D

Black with #CCCD6D

Text Example


Text Example

White with #CCCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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