Html Css Color HEX #C39007 Dark Goldenrod

📋 copy color: '#C39007'

red 195 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #C39007

Tints of Dark Goldenrod #C39007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 56.36%
G = 41.62%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C39007 (or 0xC39007) is known color: Dark Goldenrod. HEX triplet: C3, 90 and 07. RGB value is (195,144,7). Sum of RGB (Red+Green+Blue) = 195+144+7=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C39007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39007 is #3C6FF8. Grayscale: #909090. Windows color (decimal): -3960825 or 495811. OLE color: 495811.

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

Color convert

RGB 195 144 7 -
CMYK 0 0.26 0.96 0.24
HSL 43.72º 0.93% 0.4% -
HSV(B) 43.72º 0.96% 0.76% -
XYZ 32.52 31.56 4.58 -
YUV 143.63 50.9 164.64 -
System Red Green Blue C M Y K H S L
Decimal 195 144 7 0 0.26 0.96 0.24 43.72 0.93 0.4
Hex C3 90 7 0 1A 60 18 2C 5D 28
Octal 303 220 7 0 32 140 30 54 135 50
Binary 11000011 10010000 111 0 11010 1100000 11000 101100 1011101 101000

Color Harmonies of #C39007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39007

Black with #C39007

Text Example


Text Example

White with #C39007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39007; }

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

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

background-color css

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

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

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

border-color css

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

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

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