#C38C0A

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

Shades of Dark Goldenrod #C38C0A

Tints of Dark Goldenrod #C38C0A

Color information

#C38C0A (or 0xC38C0A) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 8C and 0A. RGB value is (195,140,10). Sum of RGB (Red+Green+Blue) = 195+140+10=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C0A is #3C73F5. Grayscale: #8E8E8E. Windows color (decimal): -3961846 or 691395. OLE color: 691395.

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

Color convert

RGB19514010-
CMYK00.280.950.24
HSL42.16º90.24%40.2%-
HSV(B)42.16º94.87%76.47%-
XYZ31.9430.384.47-
YUV141.6253.72166.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 10 (4.30% from 255) = 2.90%
R=56.52%
G=40.58%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951401000.280.950.2442.1690.2440.2
HexC38CA01C5F182a5a28
Octal30321412034137305213250
Binary110000111000110010100111001011111110001010101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C0A; }

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

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

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

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

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

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

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

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