Html Css Color HEX #C4861A Dark Goldenrod

📋 copy color: '#C4861A'

red 196 ◦ green 134 ◦ blue 26

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

Shades of Dark Goldenrod #C4861A

Tints of Dark Goldenrod #C4861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 55.06%
G = 37.64%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4861A (or 0xC4861A) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 1A. RGB value is (196,134,26). Sum of RGB (Red+Green+Blue) = 196+134+26=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4861A is #3B79E5. Grayscale: #8C8C8C. Windows color (decimal): -3897830 or 1738436. OLE color: 1738436.

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

Color convert

RGB 196 134 26 -
CMYK 0 0.32 0.87 0.23
HSL 38.12º 0.77% 0.44% -
HSV(B) 38.12º 0.87% 0.77% -
XYZ 31.48 28.86 4.89 -
YUV 140.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 196 134 26 0 0.32 0.87 0.23 38.12 0.77 0.44
Hex C4 86 1A 0 20 57 17 26 4D 2C
Octal 304 206 32 0 40 127 27 46 115 54
Binary 11000100 10000110 11010 0 100000 1010111 10111 100110 1001101 101100

Color Harmonies of #C4861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4861A

Black with #C4861A

Text Example


Text Example

White with #C4861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4861A; }

 p { color: rgb(196,134,26); }

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

background-color css

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

 a { background-color: rgb(196,134,26); }

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

border-color css

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

 span { border-color: rgb(196,134,26); }

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