Html Css Color HEX #D08239 Golden Bell

📋 copy color: '#D08239'

red 208 ◦ green 130 ◦ blue 57

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

Shades of Golden Bell #D08239

Tints of Golden Bell #D08239

RGB

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

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

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

R = 52.66%
G = 32.91%
B = 14.43%

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

#D08239 (or 0xD08239) is known color: Golden Bell. HEX triplet: D0, 82 and 39. RGB value is (208,130,57). Sum of RGB (Red+Green+Blue) = 208+130+57=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D08239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08239 is #2F7DC6. Grayscale: #919191. Windows color (decimal): -3112391 or 3769040. OLE color: 3769040.

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

Color convert

RGB 208 130 57 -
CMYK 0 0.38 0.73 0.18
HSL 29.01º 0.62% 0.52% -
HSV(B) 29.01º 0.73% 0.82% -
XYZ 34.73 29.67 7.77 -
YUV 145 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 208 130 57 0 0.38 0.73 0.18 29.01 0.62 0.52
Hex D0 82 39 0 26 49 12 1D 3E 34
Octal 320 202 71 0 46 111 22 35 76 64
Binary 11010000 10000010 111001 0 100110 1001001 10010 11101 111110 110100

Color Harmonies of #D08239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08239

Black with #D08239

Text Example


Text Example

White with #D08239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08239; }

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

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

background-color css

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

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

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

border-color css

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

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

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