Html Css Color HEX #CC9305 Dark Goldenrod

📋 copy color: '#CC9305'

red 204 ◦ green 147 ◦ blue 5

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

Shades of Dark Goldenrod #CC9305

Tints of Dark Goldenrod #CC9305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 57.3%
G = 41.29%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC9305 (or 0xCC9305) is known color: Dark Goldenrod. HEX triplet: CC, 93 and 05. RGB value is (204,147,5). Sum of RGB (Red+Green+Blue) = 204+147+5=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9305 is #336CFA. Grayscale: #949494. Windows color (decimal): -3370235 or 365516. OLE color: 365516.

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

Color convert

RGB 204 147 5 -
CMYK 0 0.28 0.98 0.2
HSL 42.81º 0.95% 0.41% -
HSV(B) 42.81º 0.98% 0.8% -
XYZ 35.36 33.72 4.79 -
YUV 147.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 204 147 5 0 0.28 0.98 0.2 42.81 0.95 0.41
Hex CC 93 5 0 1C 62 14 2B 5F 29
Octal 314 223 5 0 34 142 24 53 137 51
Binary 11001100 10010011 101 0 11100 1100010 10100 101011 1011111 101001

Color Harmonies of #CC9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9305

Black with #CC9305

Text Example


Text Example

White with #CC9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9305; }

 p { color: rgb(204,147,5); }

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

background-color css

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

 a { background-color: rgb(204,147,5); }

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

border-color css

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

 span { border-color: rgb(204,147,5); }

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