Html Css Color HEX #C38B0D Dark Goldenrod

📋 copy color: '#C38B0D'

red 195 ◦ green 139 ◦ blue 13

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

Shades of Dark Goldenrod #C38B0D

Tints of Dark Goldenrod #C38B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 56.2%
G = 40.06%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C38B0D (or 0xC38B0D) is known color: Dark Goldenrod. HEX triplet: C3, 8B and 0D. RGB value is (195,139,13). Sum of RGB (Red+Green+Blue) = 195+139+13=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B0D is #3C74F2. Grayscale: #8D8D8D. Windows color (decimal): -3962099 or 887747. OLE color: 887747.

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

Color convert

RGB 195 139 13 -
CMYK 0 0.29 0.93 0.24
HSL 41.54º 0.88% 0.41% -
HSV(B) 41.54º 0.93% 0.76% -
XYZ 31.81 30.1 4.51 -
YUV 141.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 195 139 13 0 0.29 0.93 0.24 41.54 0.88 0.41
Hex C3 8B D 0 1D 5D 18 2A 58 29
Octal 303 213 15 0 35 135 30 52 130 51
Binary 11000011 10001011 1101 0 11101 1011101 11000 101010 1011000 101001

Color Harmonies of #C38B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B0D

Black with #C38B0D

Text Example


Text Example

White with #C38B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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