Html Css Color HEX #C48502 Dark Goldenrod

📋 copy color: '#C48502'

red 196 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C48502

Tints of Dark Goldenrod #C48502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 59.21%
G = 40.18%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48502 (or 0xC48502) is known color: Dark Goldenrod. HEX triplet: C4, 85 and 02. RGB value is (196,133,2). Sum of RGB (Red+Green+Blue) = 196+133+2=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C48502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48502 is #3B7AFD. Grayscale: #898989. Windows color (decimal): -3898110 or 165316. OLE color: 165316.

HSL color Cylindrical-coordinate representation of color #C48502: hue angle of 40.52º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C48502 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 2 -
CMYK 0 0.32 0.99 0.23
HSL 40.52º 0.98% 0.39% -
HSV(B) 40.52º 0.99% 0.77% -
XYZ 31.16 28.52 3.92 -
YUV 136.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 196 133 2 0 0.32 0.99 0.23 40.52 0.98 0.39
Hex C4 85 2 0 20 63 17 29 62 27
Octal 304 205 2 0 40 143 27 51 142 47
Binary 11000100 10000101 10 0 100000 1100011 10111 101001 1100010 100111

Color Harmonies of #C48502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48502

Black with #C48502

Text Example


Text Example

White with #C48502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48502; }

 p { color: rgb(196,133,2); }

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

background-color css

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

 a { background-color: rgb(196,133,2); }

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

border-color css

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

 span { border-color: rgb(196,133,2); }

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