Html Css Color HEX #C38B18 Dark Goldenrod

📋 copy color: '#C38B18'

red 195 ◦ green 139 ◦ blue 24

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

Shades of Dark Goldenrod #C38B18

Tints of Dark Goldenrod #C38B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 54.47%
G = 38.83%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38B18 (or 0xC38B18) is known color: Dark Goldenrod. HEX triplet: C3, 8B and 18. RGB value is (195,139,24). Sum of RGB (Red+Green+Blue) = 195+139+24=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B18 is #3C74E7. Grayscale: #8F8F8F. Windows color (decimal): -3962088 or 1608643. OLE color: 1608643.

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

Color convert

RGB 195 139 24 -
CMYK 0 0.29 0.88 0.24
HSL 40.35º 0.78% 0.43% -
HSV(B) 40.35º 0.88% 0.76% -
XYZ 31.9 30.13 5 -
YUV 142.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 195 139 24 0 0.29 0.88 0.24 40.35 0.78 0.43
Hex C3 8B 18 0 1D 58 18 28 4E 2B
Octal 303 213 30 0 35 130 30 50 116 53
Binary 11000011 10001011 11000 0 11101 1011000 11000 101000 1001110 101011

Color Harmonies of #C38B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B18

Black with #C38B18

Text Example


Text Example

White with #C38B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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