#C38C18

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

Shades of Dark Goldenrod #C38C18

Tints of Dark Goldenrod #C38C18

Color information

#C38C18 (or 0xC38C18) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 8C and 18. RGB value is (195,140,24). Sum of RGB (Red+Green+Blue) = 195+140+24=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C18 is #3C73E7. Grayscale: #8F8F8F. Windows color (decimal): -3961832 or 1608899. OLE color: 1608899.

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

Color convert

RGB19514024-
CMYK00.280.880.24
HSL40.7º78.08%42.94%-
HSV(B)40.7º87.69%76.47%-
XYZ32.0530.425.05-
YUV143.2260.72164.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.32%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 24 (9.77% from 255) = 6.69%
R=54.32%
G=39.00%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951402400.280.880.2440.778.0842.94
HexC38C1801C5818294e2b
Octal30321430034130305111653
Binary1100001110001100110000111001011000110001010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C18; }

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

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

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

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

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

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

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

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