Html Css Color HEX #C38B13 Dark Goldenrod

📋 copy color: '#C38B13'

red 195 ◦ green 139 ◦ blue 19

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

Shades of Dark Goldenrod #C38B13

Tints of Dark Goldenrod #C38B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.38%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 55.24%
G = 39.38%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C38B13 (or 0xC38B13) is known color: Dark Goldenrod. HEX triplet: C3, 8B and 13. RGB value is (195,139,19). Sum of RGB (Red+Green+Blue) = 195+139+19=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B13 is #3C74EC. Grayscale: #8E8E8E. Windows color (decimal): -3962093 or 1280963. OLE color: 1280963.

HSL color Cylindrical-coordinate representation of color #C38B13: hue angle of 40.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C38B13 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 19 -
CMYK 0 0.29 0.90 0.24
HSL 40.91º 0.82% 0.42% -
HSV(B) 40.91º 0.9% 0.76% -
XYZ 31.86 30.11 4.75 -
YUV 142.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 195 139 19 0 0.29 0.90 0.24 40.91 0.82 0.42
Hex C3 8B 13 0 1D 5A 18 29 52 2A
Octal 303 213 23 0 35 132 30 51 122 52
Binary 11000011 10001011 10011 0 11101 1011010 11000 101001 1010010 101010

Color Harmonies of #C38B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B13

Black with #C38B13

Text Example


Text Example

White with #C38B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B13; }

 p { color: rgb(195,139,19); }

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

background-color css

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

 a { background-color: rgb(195,139,19); }

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

border-color css

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

 span { border-color: rgb(195,139,19); }

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