Html Css Color HEX #C28305 Dark Goldenrod

📋 copy color: '#C28305'

red 194 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #C28305

Tints of Dark Goldenrod #C28305

RGB

 RED value IS 194 (76.17% from 255) = 58.79%

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

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

R = 58.79%
G = 39.7%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C28305 (or 0xC28305) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 05. RGB value is (194,131,5). Sum of RGB (Red+Green+Blue) = 194+131+5=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C28305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28305 is #3D7CFA. Grayscale: #888888. Windows color (decimal): -4029691 or 361410. OLE color: 361410.

HSL color Cylindrical-coordinate representation of color #C28305: hue angle of 40º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C28305 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 5 -
CMYK 0 0.32 0.97 0.24
HSL 40º 0.95% 0.39% -
HSV(B) 40º 0.97% 0.76% -
XYZ 30.39 27.71 3.89 -
YUV 135.47 54.37 169.75 -
System Red Green Blue C M Y K H S L
Decimal 194 131 5 0 0.32 0.97 0.24 40 0.95 0.39
Hex C2 83 5 0 20 61 18 28 5F 27
Octal 302 203 5 0 40 141 30 50 137 47
Binary 11000010 10000011 101 0 100000 1100001 11000 101000 1011111 100111

Color Harmonies of #C28305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28305

Black with #C28305

Text Example


Text Example

White with #C28305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28305; }

 p { color: rgb(194,131,5); }

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

background-color css

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

 a { background-color: rgb(194,131,5); }

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

border-color css

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

 span { border-color: rgb(194,131,5); }

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