Html Css Color HEX #C48A03 Dark Goldenrod

📋 copy color: '#C48A03'

red 196 ◦ green 138 ◦ blue 3

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

Shades of Dark Goldenrod #C48A03

Tints of Dark Goldenrod #C48A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 58.16%
G = 40.95%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C48A03 (or 0xC48A03) is known color: Dark Goldenrod. HEX triplet: C4, 8A and 03. RGB value is (196,138,3). Sum of RGB (Red+Green+Blue) = 196+138+3=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48A03 is #3B75FC. Grayscale: #8C8C8C. Windows color (decimal): -3896829 or 232132. OLE color: 232132.

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

Color convert

RGB 196 138 3 -
CMYK 0 0.30 0.98 0.23
HSL 41.97º 0.97% 0.39% -
HSV(B) 41.97º 0.98% 0.77% -
XYZ 31.87 29.92 4.18 -
YUV 139.95 50.72 167.98 -
System Red Green Blue C M Y K H S L
Decimal 196 138 3 0 0.30 0.98 0.23 41.97 0.97 0.39
Hex C4 8A 3 0 1E 62 17 2A 61 27
Octal 304 212 3 0 36 142 27 52 141 47
Binary 11000100 10001010 11 0 11110 1100010 10111 101010 1100001 100111

Color Harmonies of #C48A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A03

Black with #C48A03

Text Example


Text Example

White with #C48A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A03; }

 p { color: rgb(196,138,3); }

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

background-color css

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

 a { background-color: rgb(196,138,3); }

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

border-color css

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

 span { border-color: rgb(196,138,3); }

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