Html Css Color HEX #D08038 Golden Bell

📋 copy color: '#D08038'

red 208 ◦ green 128 ◦ blue 56

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

Shades of Golden Bell #D08038

Tints of Golden Bell #D08038

RGB

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

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

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

R = 53.06%
G = 32.65%
B = 14.29%

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

#D08038 (or 0xD08038) is known color: Golden Bell. HEX triplet: D0, 80 and 38. RGB value is (208,128,56). Sum of RGB (Red+Green+Blue) = 208+128+56=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D08038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08038 is #2F7FC7. Grayscale: #909090. Windows color (decimal): -3112904 or 3702992. OLE color: 3702992.

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

Color convert

RGB 208 128 56 -
CMYK 0 0.38 0.73 0.18
HSL 28.42º 0.62% 0.52% -
HSV(B) 28.42º 0.73% 0.82% -
XYZ 34.45 29.13 7.55 -
YUV 143.71 78.5 173.85 -
System Red Green Blue C M Y K H S L
Decimal 208 128 56 0 0.38 0.73 0.18 28.42 0.62 0.52
Hex D0 80 38 0 26 49 12 1C 3E 34
Octal 320 200 70 0 46 111 22 34 76 64
Binary 11010000 10000000 111000 0 100110 1001001 10010 11100 111110 110100

Color Harmonies of #D08038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08038

Black with #D08038

Text Example


Text Example

White with #D08038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08038; }

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

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

background-color css

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

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

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

border-color css

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

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

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