Html Css Color HEX #D08139 Golden Bell

📋 copy color: '#D08139'

red 208 ◦ green 129 ◦ blue 57

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

Shades of Golden Bell #D08139

Tints of Golden Bell #D08139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

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

R = 52.79%
G = 32.74%
B = 14.47%

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

#D08139 (or 0xD08139) is known color: Golden Bell. HEX triplet: D0, 81 and 39. RGB value is (208,129,57). Sum of RGB (Red+Green+Blue) = 208+129+57=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08139 is #2F7EC6. Grayscale: #909090. Windows color (decimal): -3112647 or 3768784. OLE color: 3768784.

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

Color convert

RGB 208 129 57 -
CMYK 0 0.38 0.73 0.18
HSL 28.61º 0.62% 0.52% -
HSV(B) 28.61º 0.73% 0.82% -
XYZ 34.6 29.41 7.72 -
YUV 144.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 208 129 57 0 0.38 0.73 0.18 28.61 0.62 0.52
Hex D0 81 39 0 26 49 12 1D 3E 34
Octal 320 201 71 0 46 111 22 35 76 64
Binary 11010000 10000001 111001 0 100110 1001001 10010 11101 111110 110100

Color Harmonies of #D08139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08139

Black with #D08139

Text Example


Text Example

White with #D08139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08139; }

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

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

background-color css

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

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

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

border-color css

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

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

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