Html Css Color HEX #CC8601 Dark Goldenrod

📋 copy color: '#CC8601'

red 204 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #CC8601

Tints of Dark Goldenrod #CC8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 60.18%
G = 39.53%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC8601 (or 0xCC8601) is known color: Dark Goldenrod. HEX triplet: CC, 86 and 01. RGB value is (204,134,1). Sum of RGB (Red+Green+Blue) = 204+134+1=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8601 is #3379FE. Grayscale: #8C8C8C. Windows color (decimal): -3373567 or 100044. OLE color: 100044.

HSL color Cylindrical-coordinate representation of color #CC8601: hue angle of 39.31º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC8601 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 1 -
CMYK 0 0.34 1.00 0.2
HSL 39.31º 0.99% 0.4% -
HSV(B) 39.31º 1% 0.8% -
XYZ 33.43 29.89 4.04 -
YUV 139.77 49.69 173.81 -
System Red Green Blue C M Y K H S L
Decimal 204 134 1 0 0.34 1.00 0.2 39.31 0.99 0.4
Hex CC 86 1 0 22 64 14 27 63 28
Octal 314 206 1 0 42 144 24 47 143 50
Binary 11001100 10000110 1 0 100010 1100100 10100 100111 1100011 101000

Color Harmonies of #CC8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8601

Black with #CC8601

Text Example


Text Example

White with #CC8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8601; }

 p { color: rgb(204,134,1); }

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

background-color css

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

 a { background-color: rgb(204,134,1); }

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

border-color css

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

 span { border-color: rgb(204,134,1); }

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