Html Css Color HEX #C38505 Dark Goldenrod

📋 copy color: '#C38505'

red 195 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #C38505

Tints of Dark Goldenrod #C38505

RGB

 RED value IS 195 (76.56% from 255) = 58.56%

 GREEN value IS 133 (52.34% from 255) = 39.94%

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

R = 58.56%
G = 39.94%
B = 1.5%

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

#C38505 (or 0xC38505) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 05. RGB value is (195,133,5). Sum of RGB (Red+Green+Blue) = 195+133+5=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C38505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38505 is #3C7AFA. Grayscale: #898989. Windows color (decimal): -3963643 or 361923. OLE color: 361923.

HSL color Cylindrical-coordinate representation of color #C38505: hue angle of 40.42º 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 #C38505 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 5 -
CMYK 0 0.32 0.97 0.24
HSL 40.42º 0.95% 0.39% -
HSV(B) 40.42º 0.97% 0.76% -
XYZ 30.92 28.39 3.99 -
YUV 136.95 53.54 169.41 -
System Red Green Blue C M Y K H S L
Decimal 195 133 5 0 0.32 0.97 0.24 40.42 0.95 0.39
Hex C3 85 5 0 20 61 18 28 5F 27
Octal 303 205 5 0 40 141 30 50 137 47
Binary 11000011 10000101 101 0 100000 1100001 11000 101000 1011111 100111

Color Harmonies of #C38505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38505

Black with #C38505

Text Example


Text Example

White with #C38505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38505; }

 p { color: rgb(195,133,5); }

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

background-color css

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

 a { background-color: rgb(195,133,5); }

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

border-color css

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

 span { border-color: rgb(195,133,5); }

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