Html Css Color HEX #C48612 Dark Goldenrod

📋 copy color: '#C48612'

red 196 ◦ green 134 ◦ blue 18

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

Shades of Dark Goldenrod #C48612

Tints of Dark Goldenrod #C48612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 56.32%
G = 38.51%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C48612 (or 0xC48612) is known color: Dark Goldenrod. HEX triplet: C4, 86 and 12. RGB value is (196,134,18). Sum of RGB (Red+Green+Blue) = 196+134+18=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C48612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48612 is #3B79ED. Grayscale: #8B8B8B. Windows color (decimal): -3897838 or 1214148. OLE color: 1214148.

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

Color convert

RGB 196 134 18 -
CMYK 0 0.32 0.91 0.23
HSL 39.1º 0.83% 0.42% -
HSV(B) 39.1º 0.91% 0.77% -
XYZ 31.4 28.83 4.48 -
YUV 139.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 196 134 18 0 0.32 0.91 0.23 39.1 0.83 0.42
Hex C4 86 12 0 20 5B 17 27 53 2A
Octal 304 206 22 0 40 133 27 47 123 52
Binary 11000100 10000110 10010 0 100000 1011011 10111 100111 1010011 101010

Color Harmonies of #C48612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48612

Black with #C48612

Text Example


Text Example

White with #C48612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48612; }

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

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

background-color css

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

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

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

border-color css

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

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

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