Html Css Color HEX #C48202 Dark Goldenrod

📋 copy color: '#C48202'

red 196 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #C48202

Tints of Dark Goldenrod #C48202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 59.76%
G = 39.63%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48202 (or 0xC48202) is known color: Dark Goldenrod. HEX triplet: C4, 82 and 02. RGB value is (196,130,2). Sum of RGB (Red+Green+Blue) = 196+130+2=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C48202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48202 is #3B7DFD. Grayscale: #878787. Windows color (decimal): -3898878 or 164548. OLE color: 164548.

HSL color Cylindrical-coordinate representation of color #C48202: hue angle of 39.59º 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 #C48202 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 2 -
CMYK 0 0.34 0.99 0.23
HSL 39.59º 0.98% 0.39% -
HSV(B) 39.59º 0.99% 0.77% -
XYZ 30.76 27.71 3.78 -
YUV 135.14 52.87 171.41 -
System Red Green Blue C M Y K H S L
Decimal 196 130 2 0 0.34 0.99 0.23 39.59 0.98 0.39
Hex C4 82 2 0 22 63 17 28 62 27
Octal 304 202 2 0 42 143 27 50 142 47
Binary 11000100 10000010 10 0 100010 1100011 10111 101000 1100010 100111

Color Harmonies of #C48202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48202

Black with #C48202

Text Example


Text Example

White with #C48202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48202; }

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

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

background-color css

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

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

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

border-color css

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

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

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