Html Css Color HEX #C39010 Dark Goldenrod

📋 copy color: '#C39010'

red 195 ◦ green 144 ◦ blue 16

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

Shades of Dark Goldenrod #C39010

Tints of Dark Goldenrod #C39010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 54.93%
G = 40.56%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C39010 (or 0xC39010) is known color: Dark Goldenrod. HEX triplet: C3, 90 and 10. RGB value is (195,144,16). Sum of RGB (Red+Green+Blue) = 195+144+16=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C39010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39010 is #3C6FEF. Grayscale: #919191. Windows color (decimal): -3960816 or 1085635. OLE color: 1085635.

HSL color Cylindrical-coordinate representation of color #C39010: hue angle of 42.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C39010 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 144 16 -
CMYK 0 0.26 0.92 0.24
HSL 42.91º 0.85% 0.41% -
HSV(B) 42.91º 0.92% 0.76% -
XYZ 32.57 31.59 4.87 -
YUV 144.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 195 144 16 0 0.26 0.92 0.24 42.91 0.85 0.41
Hex C3 90 10 0 1A 5C 18 2B 55 29
Octal 303 220 20 0 32 134 30 53 125 51
Binary 11000011 10010000 10000 0 11010 1011100 11000 101011 1010101 101001

Color Harmonies of #C39010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39010

Black with #C39010

Text Example


Text Example

White with #C39010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39010; }

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

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

background-color css

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

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

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

border-color css

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

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

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