Html Css Color HEX #DDB450 Rob Roy

📋 copy color: '#DDB450'

red 221 ◦ green 180 ◦ blue 80

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

Shades of Rob Roy #DDB450

Tints of Rob Roy #DDB450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 45.95%
G = 37.42%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDB450 (or 0xDDB450) is known color: Rob Roy. HEX triplet: DD, B4 and 50. RGB value is (221,180,80). Sum of RGB (Red+Green+Blue) = 221+180+80=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB450 is #224BAF. Grayscale: #B5B5B5. Windows color (decimal): -2247600 or 5289181. OLE color: 5289181.

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

Color convert

RGB 221 180 80 -
CMYK 0 0.19 0.64 0.13
HSL 42.55º 0.67% 0.59% -
HSV(B) 42.55º 0.64% 0.87% -
XYZ 47.59 48.59 14.46 -
YUV 180.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 221 180 80 0 0.19 0.64 0.13 42.55 0.67 0.59
Hex DD B4 50 0 13 40 D 2B 43 3B
Octal 335 264 120 0 23 100 15 53 103 73
Binary 11011101 10110100 1010000 0 10011 1000000 1101 101011 1000011 111011

Color Harmonies of #DDB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB450

Black with #DDB450

Text Example


Text Example

White with #DDB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB450; }

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

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

background-color css

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

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

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

border-color css

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

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

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