#C38A18

Color #C38A18 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C38A18

Tints of Dark Goldenrod #C38A18

Color information

#C38A18 (or 0xC38A18) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 8A and 18. RGB value is (195,138,24). Sum of RGB (Red+Green+Blue) = 195+138+24=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A18 is #3C75E7. Grayscale: #8E8E8E. Windows color (decimal): -3962344 or 1608387. OLE color: 1608387.

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

Color convert

RGB19513824-
CMYK00.290.880.24
HSL40º78.08%42.94%-
HSV(B)40º87.69%76.47%-
XYZ31.7629.854.95-
YUV142.0561.38165.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=54.62%
G=38.66%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951382400.290.880.244078.0842.94
HexC38A1801D5818284e2b
Octal30321230035130305011653
Binary1100001110001010110000111011011000110001010001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A18; }

 p { color: rgb(195,138,24); }

 H1.HeaderClassName
 {
   color: #C38A18;
 }
 .AnyTagClassName
 {
   color: #C38A18;
 }
</style>
background-color css

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

 a { background-color: rgb(195,138,24); }

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

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

 span { border-color: rgb(195,138,24); }

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