Html Css Color HEX #CCCF6E Goldenrod

📋 copy color: '#CCCF6E'

red 204 ◦ green 207 ◦ blue 110

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

Shades of Goldenrod #CCCF6E

Tints of Goldenrod #CCCF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.73%

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

R = 39.16%
G = 39.73%
B = 21.11%

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

#CCCF6E (or 0xCCCF6E) is known color: Goldenrod. HEX triplet: CC, CF and 6E. RGB value is (204,207,110). Sum of RGB (Red+Green+Blue) = 204+207+110=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF6E is #333091. Grayscale: #C3C3C3. Windows color (decimal): -3354770 or 7262156. OLE color: 7262156.

HSL color Cylindrical-coordinate representation of color #CCCF6E: hue angle of 61.86º degrees, saturation: 0.5, 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 #CCCF6E is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 110 -
CMYK 0.01 0 0.47 0.19
HSL 61.86º 0.5% 0.62% -
HSV(B) 61.86º 0.47% 0.81% -
XYZ 50.03 58.59 23.42 -
YUV 195.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 204 207 110 0.01 0 0.47 0.19 61.86 0.5 0.62
Hex CC CF 6E 1 0 2F 13 3E 32 3E
Octal 314 317 156 1 0 57 23 76 62 76
Binary 11001100 11001111 1101110 1 0 101111 10011 111110 110010 111110

Color Harmonies of #CCCF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF6E

Black with #CCCF6E

Text Example


Text Example

White with #CCCF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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