Html Css Color HEX #DDB250 Rob Roy

📋 copy color: '#DDB250'

red 221 ◦ green 178 ◦ blue 80

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

Shades of Rob Roy #DDB250

Tints of Rob Roy #DDB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.16%

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

R = 46.14%
G = 37.16%
B = 16.7%

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

#DDB250 (or 0xDDB250) is known color: Rob Roy. HEX triplet: DD, B2 and 50. RGB value is (221,178,80). Sum of RGB (Red+Green+Blue) = 221+178+80=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB250 is #224DAF. Grayscale: #B4B4B4. Windows color (decimal): -2248112 or 5288669. OLE color: 5288669.

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

Color convert

RGB 221 178 80 -
CMYK 0 0.19 0.64 0.13
HSL 41.7º 0.67% 0.59% -
HSV(B) 41.7º 0.64% 0.87% -
XYZ 47.19 47.79 14.33 -
YUV 179.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 221 178 80 0 0.19 0.64 0.13 41.7 0.67 0.59
Hex DD B2 50 0 13 40 D 2A 43 3B
Octal 335 262 120 0 23 100 15 52 103 73
Binary 11011101 10110010 1010000 0 10011 1000000 1101 101010 1000011 111011

Color Harmonies of #DDB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB250

Black with #DDB250

Text Example


Text Example

White with #DDB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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