Html Css Color HEX #D08039 Golden Bell

📋 copy color: '#D08039'

red 208 ◦ green 128 ◦ blue 57

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

Shades of Golden Bell #D08039

Tints of Golden Bell #D08039

RGB

 RED value IS 208 (81.64% from 255) = 52.93%

 GREEN value IS 128 (50.39% from 255) = 32.57%

 BLUE value IS 57 (22.66% from 255) = 14.5%

R = 52.93%
G = 32.57%
B = 14.5%

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

#D08039 (or 0xD08039) is known color: Golden Bell. HEX triplet: D0, 80 and 39. RGB value is (208,128,57). Sum of RGB (Red+Green+Blue) = 208+128+57=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D08039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08039 is #2F7FC6. Grayscale: #909090. Windows color (decimal): -3112903 or 3768528. OLE color: 3768528.

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

Color convert

RGB 208 128 57 -
CMYK 0 0.38 0.73 0.18
HSL 28.21º 0.62% 0.52% -
HSV(B) 28.21º 0.73% 0.82% -
XYZ 34.47 29.14 7.68 -
YUV 143.83 79 173.77 -
System Red Green Blue C M Y K H S L
Decimal 208 128 57 0 0.38 0.73 0.18 28.21 0.62 0.52
Hex D0 80 39 0 26 49 12 1C 3E 34
Octal 320 200 71 0 46 111 22 34 76 64
Binary 11010000 10000000 111001 0 100110 1001001 10010 11100 111110 110100

Color Harmonies of #D08039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08039

Black with #D08039

Text Example


Text Example

White with #D08039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08039; }

 p { color: rgb(208,128,57); }

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

background-color css

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

 a { background-color: rgb(208,128,57); }

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

border-color css

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

 span { border-color: rgb(208,128,57); }

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