Html Css Color HEX #C3900A Dark Goldenrod

📋 copy color: '#C3900A'

red 195 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #C3900A

Tints of Dark Goldenrod #C3900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

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

R = 55.87%
G = 41.26%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3900A (or 0xC3900A) is known color: Dark Goldenrod. HEX triplet: C3, 90 and 0A. RGB value is (195,144,10). Sum of RGB (Red+Green+Blue) = 195+144+10=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C3900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3900A is #3C6FF5. Grayscale: #909090. Windows color (decimal): -3960822 or 692419. OLE color: 692419.

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

Color convert

RGB 195 144 10 -
CMYK 0 0.26 0.95 0.24
HSL 43.46º 0.9% 0.4% -
HSV(B) 43.46º 0.95% 0.76% -
XYZ 32.53 31.57 4.67 -
YUV 143.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 195 144 10 0 0.26 0.95 0.24 43.46 0.9 0.4
Hex C3 90 A 0 1A 5F 18 2B 5A 28
Octal 303 220 12 0 32 137 30 53 132 50
Binary 11000011 10010000 1010 0 11010 1011111 11000 101011 1011010 101000

Color Harmonies of #C3900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3900A

Black with #C3900A

Text Example


Text Example

White with #C3900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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