Html Css Color HEX #C48F04 Dark Goldenrod

📋 copy color: '#C48F04'

red 196 ◦ green 143 ◦ blue 4

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

Shades of Dark Goldenrod #C48F04

Tints of Dark Goldenrod #C48F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.69%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 57.14%
G = 41.69%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48F04 (or 0xC48F04) is known color: Dark Goldenrod. HEX triplet: C4, 8F and 04. RGB value is (196,143,4). Sum of RGB (Red+Green+Blue) = 196+143+4=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48F04 is #3B70FB. Grayscale: #8F8F8F. Windows color (decimal): -3895548 or 298948. OLE color: 298948.

HSL color Cylindrical-coordinate representation of color #C48F04: hue angle of 43.44º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C48F04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 4 -
CMYK 0 0.27 0.98 0.23
HSL 43.44º 0.96% 0.39% -
HSV(B) 43.44º 0.98% 0.77% -
XYZ 32.61 31.39 4.45 -
YUV 143 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 196 143 4 0 0.27 0.98 0.23 43.44 0.96 0.39
Hex C4 8F 4 0 1B 62 17 2B 60 27
Octal 304 217 4 0 33 142 27 53 140 47
Binary 11000100 10001111 100 0 11011 1100010 10111 101011 1100000 100111

Color Harmonies of #C48F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F04

Black with #C48F04

Text Example


Text Example

White with #C48F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F04; }

 p { color: rgb(196,143,4); }

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

background-color css

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

 a { background-color: rgb(196,143,4); }

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

border-color css

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

 span { border-color: rgb(196,143,4); }

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