Html Css Color HEX #C38A10 Dark Goldenrod

📋 copy color: '#C38A10'

red 195 ◦ green 138 ◦ blue 16

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

Shades of Dark Goldenrod #C38A10

Tints of Dark Goldenrod #C38A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 55.87%
G = 39.54%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C38A10 (or 0xC38A10) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 10. RGB value is (195,138,16). Sum of RGB (Red+Green+Blue) = 195+138+16=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A10 is #3C75EF. Grayscale: #8D8D8D. Windows color (decimal): -3962352 or 1084099. OLE color: 1084099.

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

Color convert

RGB 195 138 16 -
CMYK 0 0.29 0.92 0.24
HSL 40.89º 0.85% 0.41% -
HSV(B) 40.89º 0.92% 0.76% -
XYZ 31.69 29.82 4.58 -
YUV 141.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 195 138 16 0 0.29 0.92 0.24 40.89 0.85 0.41
Hex C3 8A 10 0 1D 5C 18 29 55 29
Octal 303 212 20 0 35 134 30 51 125 51
Binary 11000011 10001010 10000 0 11101 1011100 11000 101001 1010101 101001

Color Harmonies of #C38A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A10

Black with #C38A10

Text Example


Text Example

White with #C38A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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