Html Css Color HEX #D18438 Golden Bell

📋 copy color: '#D18438'

red 209 ◦ green 132 ◦ blue 56

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

Shades of Golden Bell #D18438

Tints of Golden Bell #D18438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 52.64%
G = 33.25%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D18438 (or 0xD18438) is known color: Golden Bell. HEX triplet: D1, 84 and 38. RGB value is (209,132,56). Sum of RGB (Red+Green+Blue) = 209+132+56=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D18438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18438 is #2E7BC7. Grayscale: #929292. Windows color (decimal): -3046344 or 3704017. OLE color: 3704017.

HSL color Cylindrical-coordinate representation of color #D18438: hue angle of 29.8º 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 #D18438 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 132 56 -
CMYK 0 0.37 0.73 0.18
HSL 29.8º 0.62% 0.52% -
HSV(B) 29.8º 0.73% 0.82% -
XYZ 35.26 30.34 7.74 -
YUV 146.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 209 132 56 0 0.37 0.73 0.18 29.8 0.62 0.52
Hex D1 84 38 0 25 49 12 1E 3E 34
Octal 321 204 70 0 45 111 22 36 76 64
Binary 11010001 10000100 111000 0 100101 1001001 10010 11110 111110 110100

Color Harmonies of #D18438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18438

Black with #D18438

Text Example


Text Example

White with #D18438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18438; }

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

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

background-color css

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

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

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

border-color css

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

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

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