Html Css Color HEX #C48002 Dark Goldenrod

📋 copy color: '#C48002'

red 196 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #C48002

Tints of Dark Goldenrod #C48002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 60.12%
G = 39.26%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C48002 (or 0xC48002) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 02. RGB value is (196,128,2). Sum of RGB (Red+Green+Blue) = 196+128+2=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C48002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48002 is #3B7FFD. Grayscale: #868686. Windows color (decimal): -3899390 or 164036. OLE color: 164036.

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

Color convert

RGB 196 128 2 -
CMYK 0 0.35 0.99 0.23
HSL 38.97º 0.98% 0.39% -
HSV(B) 38.97º 0.99% 0.77% -
XYZ 30.5 27.18 3.7 -
YUV 133.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 196 128 2 0 0.35 0.99 0.23 38.97 0.98 0.39
Hex C4 80 2 0 23 63 17 27 62 27
Octal 304 200 2 0 43 143 27 47 142 47
Binary 11000100 10000000 10 0 100011 1100011 10111 100111 1100010 100111

Color Harmonies of #C48002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48002

Black with #C48002

Text Example


Text Example

White with #C48002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48002; }

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

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

background-color css

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

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

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

border-color css

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

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

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