Html Css Color HEX #C38A18 Dark Goldenrod

📋 copy color: '#C38A18'

red 195 ◦ green 138 ◦ blue 24

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

Shades of Dark Goldenrod #C38A18

Tints of Dark Goldenrod #C38A18

RGB

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

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

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

R = 54.62%
G = 38.66%
B = 6.72%

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

#C38A18 (or 0xC38A18) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 18. RGB value is (195,138,24). Sum of RGB (Red+Green+Blue) = 195+138+24=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A18 is #3C75E7. Grayscale: #8E8E8E. Windows color (decimal): -3962344 or 1608387. OLE color: 1608387.

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

Color convert

RGB 195 138 24 -
CMYK 0 0.29 0.88 0.24
HSL 40º 0.78% 0.43% -
HSV(B) 40º 0.88% 0.76% -
XYZ 31.76 29.85 4.95 -
YUV 142.05 61.38 165.77 -
System Red Green Blue C M Y K H S L
Decimal 195 138 24 0 0.29 0.88 0.24 40 0.78 0.43
Hex C3 8A 18 0 1D 58 18 28 4E 2B
Octal 303 212 30 0 35 130 30 50 116 53
Binary 11000011 10001010 11000 0 11101 1011000 11000 101000 1001110 101011

Color Harmonies of #C38A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A18

Black with #C38A18

Text Example


Text Example

White with #C38A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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