Html Css Color HEX #C38A00 Dark Goldenrod

📋 copy color: '#C38A00'

red 195 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #C38A00

Tints of Dark Goldenrod #C38A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.56%
G = 41.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C38A00 (or 0xC38A00) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 00. RGB value is (195,138,0). Sum of RGB (Red+Green+Blue) = 195+138+0=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A00 is #3C75FF. Grayscale: #8B8B8B. Windows color (decimal): -3962368 or 35523. OLE color: 35523.

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

Color convert

RGB 195 138 0 -
CMYK 0 0.29 1 0.24
HSL 42.46º 1% 0.38% -
HSV(B) 42.46º 1% 0.76% -
XYZ 31.59 29.78 4.08 -
YUV 139.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 195 138 0 0 0.29 1 0.24 42.46 1 0.38
Hex C3 8A 0 0 1D 64 18 2A 64 26
Octal 303 212 0 0 35 144 30 52 144 46
Binary 11000011 10001010 0 0 11101 1100100 11000 101010 1100100 100110

Color Harmonies of #C38A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A00

Black with #C38A00

Text Example


Text Example

White with #C38A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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