Html Css Color HEX #C48101 Dark Goldenrod

📋 copy color: '#C48101'

red 196 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #C48101

Tints of Dark Goldenrod #C48101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 60.12%
G = 39.57%
B = 0.31%

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

#C48101 (or 0xC48101) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 01. RGB value is (196,129,1). Sum of RGB (Red+Green+Blue) = 196+129+1=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C48101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48101 is #3B7EFE. Grayscale: #878787. Windows color (decimal): -3899135 or 98756. OLE color: 98756.

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

Color convert

RGB 196 129 1 -
CMYK 0 0.34 0.99 0.23
HSL 39.38º 0.99% 0.39% -
HSV(B) 39.38º 0.99% 0.77% -
XYZ 30.62 27.44 3.71 -
YUV 134.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 196 129 1 0 0.34 0.99 0.23 39.38 0.99 0.39
Hex C4 81 1 0 22 63 17 27 63 27
Octal 304 201 1 0 42 143 27 47 143 47
Binary 11000100 10000001 1 0 100010 1100011 10111 100111 1100011 100111

Color Harmonies of #C48101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48101

Black with #C48101

Text Example


Text Example

White with #C48101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48101; }

 p { color: rgb(196,129,1); }

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

background-color css

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

 a { background-color: rgb(196,129,1); }

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

border-color css

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

 span { border-color: rgb(196,129,1); }

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