Html Css Color HEX #CCCE6E Goldenrod

📋 copy color: '#CCCE6E'

red 204 ◦ green 206 ◦ blue 110

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

Shades of Goldenrod #CCCE6E

Tints of Goldenrod #CCCE6E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 110 (43.36% from 255) = 21.15%

R = 39.23%
G = 39.62%
B = 21.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CCCE6E (or 0xCCCE6E) is known color: Goldenrod. HEX triplet: CC, CE and 6E. RGB value is (204,206,110). Sum of RGB (Red+Green+Blue) = 204+206+110=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE6E is #333191. Grayscale: #C2C2C2. Windows color (decimal): -3355026 or 7261900. OLE color: 7261900.

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

Color convert

RGB 204 206 110 -
CMYK 0.01 0 0.47 0.19
HSL 61.25º 0.49% 0.62% -
HSV(B) 61.25º 0.47% 0.81% -
XYZ 49.79 58.11 23.34 -
YUV 194.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 204 206 110 0.01 0 0.47 0.19 61.25 0.49 0.62
Hex CC CE 6E 1 0 2F 13 3D 31 3E
Octal 314 316 156 1 0 57 23 75 61 76
Binary 11001100 11001110 1101110 1 0 101111 10011 111101 110001 111110

Color Harmonies of #CCCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE6E

Black with #CCCE6E

Text Example


Text Example

White with #CCCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE6E; }

 p { color: rgb(204,206,110); }

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

background-color css

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

 a { background-color: rgb(204,206,110); }

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

border-color css

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

 span { border-color: rgb(204,206,110); }

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