Html Css Color HEX #CC8803 Dark Goldenrod

📋 copy color: '#CC8803'

red 204 ◦ green 136 ◦ blue 3

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

Shades of Dark Goldenrod #CC8803

Tints of Dark Goldenrod #CC8803

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 59.48%
G = 39.65%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC8803 (or 0xCC8803) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 03. RGB value is (204,136,3). Sum of RGB (Red+Green+Blue) = 204+136+3=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8803 is #3377FC. Grayscale: #8D8D8D. Windows color (decimal): -3373053 or 231628. OLE color: 231628.

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

Color convert

RGB 204 136 3 -
CMYK 0 0.33 0.99 0.2
HSL 39.7º 0.97% 0.41% -
HSV(B) 39.7º 0.99% 0.8% -
XYZ 33.72 30.45 4.19 -
YUV 141.17 50.03 172.81 -
System Red Green Blue C M Y K H S L
Decimal 204 136 3 0 0.33 0.99 0.2 39.7 0.97 0.41
Hex CC 88 3 0 21 63 14 28 61 29
Octal 314 210 3 0 41 143 24 50 141 51
Binary 11001100 10001000 11 0 100001 1100011 10100 101000 1100001 101001

Color Harmonies of #CC8803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8803

Black with #CC8803

Text Example


Text Example

White with #CC8803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8803; }

 p { color: rgb(204,136,3); }

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

background-color css

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

 a { background-color: rgb(204,136,3); }

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

border-color css

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

 span { border-color: rgb(204,136,3); }

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