Html Css Color HEX #D08338 Golden Bell

📋 copy color: '#D08338'

red 208 ◦ green 131 ◦ blue 56

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

Shades of Golden Bell #D08338

Tints of Golden Bell #D08338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 52.66%
G = 33.16%
B = 14.18%

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

#D08338 (or 0xD08338) is known color: Golden Bell. HEX triplet: D0, 83 and 38. RGB value is (208,131,56). Sum of RGB (Red+Green+Blue) = 208+131+56=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D08338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08338 is #2F7CC7. Grayscale: #919191. Windows color (decimal): -3112136 or 3703760. OLE color: 3703760.

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

Color convert

RGB 208 131 56 -
CMYK 0 0.37 0.73 0.18
HSL 29.61º 0.62% 0.52% -
HSV(B) 29.61º 0.73% 0.82% -
XYZ 34.84 29.93 7.68 -
YUV 145.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 208 131 56 0 0.37 0.73 0.18 29.61 0.62 0.52
Hex D0 83 38 0 25 49 12 1E 3E 34
Octal 320 203 70 0 45 111 22 36 76 64
Binary 11010000 10000011 111000 0 100101 1001001 10010 11110 111110 110100

Color Harmonies of #D08338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08338

Black with #D08338

Text Example


Text Example

White with #D08338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08338; }

 p { color: rgb(208,131,56); }

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

background-color css

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

 a { background-color: rgb(208,131,56); }

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

border-color css

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

 span { border-color: rgb(208,131,56); }

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