Html Css Color HEX #C48307 Dark Goldenrod

📋 copy color: '#C48307'

red 196 ◦ green 131 ◦ blue 7

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

Shades of Dark Goldenrod #C48307

Tints of Dark Goldenrod #C48307

RGB

 RED value IS 196 (76.95% from 255) = 58.68%

 GREEN value IS 131 (51.56% from 255) = 39.22%

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

R = 58.68%
G = 39.22%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C48307 (or 0xC48307) is known color: Dark Goldenrod. HEX triplet: C4, 83 and 07. RGB value is (196,131,7). Sum of RGB (Red+Green+Blue) = 196+131+7=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C48307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48307 is #3B7CF8. Grayscale: #888888. Windows color (decimal): -3898617 or 492484. OLE color: 492484.

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

Color convert

RGB 196 131 7 -
CMYK 0 0.33 0.96 0.23
HSL 39.37º 0.93% 0.4% -
HSV(B) 39.37º 0.96% 0.77% -
XYZ 30.92 27.98 3.97 -
YUV 136.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 196 131 7 0 0.33 0.96 0.23 39.37 0.93 0.4
Hex C4 83 7 0 21 60 17 27 5D 28
Octal 304 203 7 0 41 140 27 47 135 50
Binary 11000100 10000011 111 0 100001 1100000 10111 100111 1011101 101000

Color Harmonies of #C48307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48307

Black with #C48307

Text Example


Text Example

White with #C48307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48307; }

 p { color: rgb(196,131,7); }

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

background-color css

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

 a { background-color: rgb(196,131,7); }

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

border-color css

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

 span { border-color: rgb(196,131,7); }

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