Html Css Color HEX #CC8308 Dark Goldenrod

📋 copy color: '#CC8308'

red 204 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #CC8308

Tints of Dark Goldenrod #CC8308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 59.48%
G = 38.19%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8308 (or 0xCC8308) is known color: Dark Goldenrod. HEX triplet: CC, 83 and 08. RGB value is (204,131,8). Sum of RGB (Red+Green+Blue) = 204+131+8=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8308 is #337CF7. Grayscale: #8B8B8B. Windows color (decimal): -3374328 or 558028. OLE color: 558028.

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

Color convert

RGB 204 131 8 -
CMYK 0 0.36 0.96 0.2
HSL 37.65º 0.92% 0.42% -
HSV(B) 37.65º 0.96% 0.8% -
XYZ 33.06 29.09 4.1 -
YUV 138.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 204 131 8 0 0.36 0.96 0.2 37.65 0.92 0.42
Hex CC 83 8 0 24 60 14 26 5C 2A
Octal 314 203 10 0 44 140 24 46 134 52
Binary 11001100 10000011 1000 0 100100 1100000 10100 100110 1011100 101010

Color Harmonies of #CC8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8308

Black with #CC8308

Text Example


Text Example

White with #CC8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8308; }

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

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

background-color css

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

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

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

border-color css

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

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

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