Html Css Color HEX #C38105 Dark Goldenrod

📋 copy color: '#C38105'

red 195 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #C38105

Tints of Dark Goldenrod #C38105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 59.27%
G = 39.21%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C38105 (or 0xC38105) is known color: Dark Goldenrod. HEX triplet: C3, 81 and 05. RGB value is (195,129,5). Sum of RGB (Red+Green+Blue) = 195+129+5=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C38105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38105 is #3C7EFA. Grayscale: #878787. Windows color (decimal): -3964667 or 360899. OLE color: 360899.

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

Color convert

RGB 195 129 5 -
CMYK 0 0.34 0.97 0.24
HSL 39.16º 0.95% 0.39% -
HSV(B) 39.16º 0.97% 0.76% -
XYZ 30.38 27.31 3.81 -
YUV 134.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 195 129 5 0 0.34 0.97 0.24 39.16 0.95 0.39
Hex C3 81 5 0 22 61 18 27 5F 27
Octal 303 201 5 0 42 141 30 47 137 47
Binary 11000011 10000001 101 0 100010 1100001 11000 100111 1011111 100111

Color Harmonies of #C38105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38105

Black with #C38105

Text Example


Text Example

White with #C38105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38105; }

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

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

background-color css

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

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

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

border-color css

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

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

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