Html Css Color HEX #CC830C Dark Goldenrod

📋 copy color: '#CC830C'

red 204 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #CC830C

Tints of Dark Goldenrod #CC830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 58.79%
G = 37.75%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC830C (or 0xCC830C) is known color: Dark Goldenrod. HEX triplet: CC, 83 and 0C. RGB value is (204,131,12). Sum of RGB (Red+Green+Blue) = 204+131+12=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC830C is #337CF3. Grayscale: #8B8B8B. Windows color (decimal): -3374324 or 820172. OLE color: 820172.

HSL color Cylindrical-coordinate representation of color #CC830C: hue angle of 37.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC830C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 12 -
CMYK 0 0.36 0.94 0.2
HSL 37.19º 0.89% 0.42% -
HSV(B) 37.19º 0.94% 0.8% -
XYZ 33.08 29.1 4.22 -
YUV 139.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 204 131 12 0 0.36 0.94 0.2 37.19 0.89 0.42
Hex CC 83 C 0 24 5E 14 25 59 2A
Octal 314 203 14 0 44 136 24 45 131 52
Binary 11001100 10000011 1100 0 100100 1011110 10100 100101 1011001 101010

Color Harmonies of #CC830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC830C

Black with #CC830C

Text Example


Text Example

White with #CC830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC830C; }

 p { color: rgb(204,131,12); }

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

background-color css

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

 a { background-color: rgb(204,131,12); }

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

border-color css

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

 span { border-color: rgb(204,131,12); }

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