Html Css Color HEX #DDB852 Rob Roy

📋 copy color: '#DDB852'

red 221 ◦ green 184 ◦ blue 82

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

Shades of Rob Roy #DDB852

Tints of Rob Roy #DDB852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.84%

R = 45.38%
G = 37.78%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDB852 (or 0xDDB852) is known color: Rob Roy. HEX triplet: DD, B8 and 52. RGB value is (221,184,82). Sum of RGB (Red+Green+Blue) = 221+184+82=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB852 is #2247AD. Grayscale: #B7B7B7. Windows color (decimal): -2246574 or 5421277. OLE color: 5421277.

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

Color convert

RGB 221 184 82 -
CMYK 0 0.17 0.63 0.13
HSL 44.03º 0.67% 0.59% -
HSV(B) 44.03º 0.63% 0.87% -
XYZ 48.48 50.26 15.13 -
YUV 183.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 221 184 82 0 0.17 0.63 0.13 44.03 0.67 0.59
Hex DD B8 52 0 11 3F D 2C 43 3B
Octal 335 270 122 0 21 77 15 54 103 73
Binary 11011101 10111000 1010010 0 10001 111111 1101 101100 1000011 111011

Color Harmonies of #DDB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB852

Black with #DDB852

Text Example


Text Example

White with #DDB852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB852; }

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

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

background-color css

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

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

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

border-color css

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

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

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