Html Css Color HEX #C38D0A Dark Goldenrod

📋 copy color: '#C38D0A'

red 195 ◦ green 141 ◦ blue 10

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

Shades of Dark Goldenrod #C38D0A

Tints of Dark Goldenrod #C38D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.75%

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 56.36%
G = 40.75%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C38D0A (or 0xC38D0A) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 0A. RGB value is (195,141,10). Sum of RGB (Red+Green+Blue) = 195+141+10=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D0A is #3C72F5. Grayscale: #8E8E8E. Windows color (decimal): -3961590 or 691651. OLE color: 691651.

HSL color Cylindrical-coordinate representation of color #C38D0A: hue angle of 42.49º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C38D0A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 10 -
CMYK 0 0.28 0.95 0.24
HSL 42.49º 0.9% 0.4% -
HSV(B) 42.49º 0.95% 0.76% -
XYZ 32.09 30.67 4.52 -
YUV 142.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 195 141 10 0 0.28 0.95 0.24 42.49 0.9 0.4
Hex C3 8D A 0 1C 5F 18 2A 5A 28
Octal 303 215 12 0 34 137 30 52 132 50
Binary 11000011 10001101 1010 0 11100 1011111 11000 101010 1011010 101000

Color Harmonies of #C38D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D0A

Black with #C38D0A

Text Example


Text Example

White with #C38D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D0A; }

 p { color: rgb(195,141,10); }

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

background-color css

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

 a { background-color: rgb(195,141,10); }

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

border-color css

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

 span { border-color: rgb(195,141,10); }

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