Html Css Color HEX #DDB452 Rob Roy

📋 copy color: '#DDB452'

red 221 ◦ green 180 ◦ blue 82

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

Shades of Rob Roy #DDB452

Tints of Rob Roy #DDB452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

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

R = 45.76%
G = 37.27%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDB452 (or 0xDDB452) is known color: Rob Roy. HEX triplet: DD, B4 and 52. RGB value is (221,180,82). Sum of RGB (Red+Green+Blue) = 221+180+82=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB452 is #224BAD. Grayscale: #B5B5B5. Windows color (decimal): -2247598 or 5420253. OLE color: 5420253.

HSL color Cylindrical-coordinate representation of color #DDB452: hue angle of 42.3º 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 #DDB452 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 82 -
CMYK 0 0.19 0.63 0.13
HSL 42.3º 0.67% 0.59% -
HSV(B) 42.3º 0.63% 0.87% -
XYZ 47.66 48.62 14.86 -
YUV 181.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 221 180 82 0 0.19 0.63 0.13 42.3 0.67 0.59
Hex DD B4 52 0 13 3F D 2A 43 3B
Octal 335 264 122 0 23 77 15 52 103 73
Binary 11011101 10110100 1010010 0 10011 111111 1101 101010 1000011 111011

Color Harmonies of #DDB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB452

Black with #DDB452

Text Example


Text Example

White with #DDB452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB452; }

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

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

background-color css

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

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

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

border-color css

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

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

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