Html Css Color HEX #C38C10 Dark Goldenrod

📋 copy color: '#C38C10'

red 195 ◦ green 140 ◦ blue 16

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

Shades of Dark Goldenrod #C38C10

Tints of Dark Goldenrod #C38C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

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

R = 55.56%
G = 39.89%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C38C10 (or 0xC38C10) is known color: Dark Goldenrod. HEX triplet: C3, 8C and 10. RGB value is (195,140,16). Sum of RGB (Red+Green+Blue) = 195+140+16=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C10 is #3C73EF. Grayscale: #8E8E8E. Windows color (decimal): -3961840 or 1084611. OLE color: 1084611.

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

Color convert

RGB 195 140 16 -
CMYK 0 0.28 0.92 0.24
HSL 41.56º 0.85% 0.41% -
HSV(B) 41.56º 0.92% 0.76% -
XYZ 31.98 30.4 4.67 -
YUV 142.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 195 140 16 0 0.28 0.92 0.24 41.56 0.85 0.41
Hex C3 8C 10 0 1C 5C 18 2A 55 29
Octal 303 214 20 0 34 134 30 52 125 51
Binary 11000011 10001100 10000 0 11100 1011100 11000 101010 1010101 101001

Color Harmonies of #C38C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C10

Black with #C38C10

Text Example


Text Example

White with #C38C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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