Html Css Color HEX #D18238 Golden Bell

📋 copy color: '#D18238'

red 209 ◦ green 130 ◦ blue 56

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

Shades of Golden Bell #D18238

Tints of Golden Bell #D18238

RGB

 RED value IS 209 (82.03% from 255) = 52.91%

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 56 (22.27% from 255) = 14.18%

R = 52.91%
G = 32.91%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D18238 (or 0xD18238) is known color: Golden Bell. HEX triplet: D1, 82 and 38. RGB value is (209,130,56). Sum of RGB (Red+Green+Blue) = 209+130+56=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D18238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18238 is #2E7DC7. Grayscale: #919191. Windows color (decimal): -3046856 or 3703505. OLE color: 3703505.

HSL color Cylindrical-coordinate representation of color #D18238: hue angle of 29.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D18238 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 56 -
CMYK 0 0.38 0.73 0.18
HSL 29.02º 0.62% 0.52% -
HSV(B) 29.02º 0.73% 0.82% -
XYZ 34.99 29.81 7.65 -
YUV 145.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 209 130 56 0 0.38 0.73 0.18 29.02 0.62 0.52
Hex D1 82 38 0 26 49 12 1D 3E 34
Octal 321 202 70 0 46 111 22 35 76 64
Binary 11010001 10000010 111000 0 100110 1001001 10010 11101 111110 110100

Color Harmonies of #D18238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18238

Black with #D18238

Text Example


Text Example

White with #D18238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18238; }

 p { color: rgb(209,130,56); }

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

background-color css

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

 a { background-color: rgb(209,130,56); }

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

border-color css

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

 span { border-color: rgb(209,130,56); }

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