Html Css Color HEX #C39005 Dark Goldenrod

📋 copy color: '#C39005'

red 195 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #C39005

Tints of Dark Goldenrod #C39005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 56.69%
G = 41.86%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C39005 (or 0xC39005) is known color: Dark Goldenrod. HEX triplet: C3, 90 and 05. RGB value is (195,144,5). Sum of RGB (Red+Green+Blue) = 195+144+5=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C39005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39005 is #3C6FFA. Grayscale: #909090. Windows color (decimal): -3960827 or 364739. OLE color: 364739.

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

Color convert

RGB 195 144 5 -
CMYK 0 0.26 0.97 0.24
HSL 43.89º 0.95% 0.39% -
HSV(B) 43.89º 0.97% 0.76% -
XYZ 32.51 31.56 4.52 -
YUV 143.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 195 144 5 0 0.26 0.97 0.24 43.89 0.95 0.39
Hex C3 90 5 0 1A 61 18 2C 5F 27
Octal 303 220 5 0 32 141 30 54 137 47
Binary 11000011 10010000 101 0 11010 1100001 11000 101100 1011111 100111

Color Harmonies of #C39005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39005

Black with #C39005

Text Example


Text Example

White with #C39005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39005; }

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

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

background-color css

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

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

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

border-color css

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

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

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