Html Css Color HEX #DDB853 Rob Roy

📋 copy color: '#DDB853'

red 221 ◦ green 184 ◦ blue 83

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

Shades of Rob Roy #DDB853

Tints of Rob Roy #DDB853

RGB

 RED value IS 221 (86.72% from 255) = 45.29%

 GREEN value IS 184 (72.27% from 255) = 37.7%

 BLUE value IS 83 (32.81% from 255) = 17.01%

R = 45.29%
G = 37.7%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDB853 (or 0xDDB853) is known color: Rob Roy. HEX triplet: DD, B8 and 53. RGB value is (221,184,83). Sum of RGB (Red+Green+Blue) = 221+184+83=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB853 is #2247AC. Grayscale: #B7B7B7. Windows color (decimal): -2246573 or 5486813. OLE color: 5486813.

HSL color Cylindrical-coordinate representation of color #DDB853: hue angle of 43.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDB853 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 83 -
CMYK 0 0.17 0.62 0.13
HSL 43.91º 0.67% 0.6% -
HSV(B) 43.91º 0.62% 0.87% -
XYZ 48.52 50.28 15.33 -
YUV 183.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 221 184 83 0 0.17 0.62 0.13 43.91 0.67 0.6
Hex DD B8 53 0 11 3E D 2C 43 3C
Octal 335 270 123 0 21 76 15 54 103 74
Binary 11011101 10111000 1010011 0 10001 111110 1101 101100 1000011 111100

Color Harmonies of #DDB853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB853

Black with #DDB853

Text Example


Text Example

White with #DDB853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB853; }

 p { color: rgb(221,184,83); }

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

background-color css

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

 a { background-color: rgb(221,184,83); }

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

border-color css

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

 span { border-color: rgb(221,184,83); }

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