Html Css Color HEX #CC8A07 Dark Goldenrod

📋 copy color: '#CC8A07'

red 204 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #CC8A07

Tints of Dark Goldenrod #CC8A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 58.45%
G = 39.54%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC8A07 (or 0xCC8A07) is known color: Dark Goldenrod. HEX triplet: CC, 8A and 07. RGB value is (204,138,7). Sum of RGB (Red+Green+Blue) = 204+138+7=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A07 is #3375F8. Grayscale: #8F8F8F. Windows color (decimal): -3372537 or 494284. OLE color: 494284.

HSL color Cylindrical-coordinate representation of color #CC8A07: hue angle of 39.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC8A07 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 7 -
CMYK 0 0.32 0.97 0.2
HSL 39.9º 0.93% 0.41% -
HSV(B) 39.9º 0.97% 0.8% -
XYZ 34.03 31.03 4.4 -
YUV 142.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 204 138 7 0 0.32 0.97 0.2 39.9 0.93 0.41
Hex CC 8A 7 0 20 61 14 28 5D 29
Octal 314 212 7 0 40 141 24 50 135 51
Binary 11001100 10001010 111 0 100000 1100001 10100 101000 1011101 101001

Color Harmonies of #CC8A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A07

Black with #CC8A07

Text Example


Text Example

White with #CC8A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A07; }

 p { color: rgb(204,138,7); }

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

background-color css

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

 a { background-color: rgb(204,138,7); }

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

border-color css

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

 span { border-color: rgb(204,138,7); }

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