Html Css Color HEX #DDB751 Rob Roy

📋 copy color: '#DDB751'

red 221 ◦ green 183 ◦ blue 81

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

Shades of Rob Roy #DDB751

Tints of Rob Roy #DDB751

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.73%

 BLUE value IS 81 (32.03% from 255) = 16.7%

R = 45.57%
G = 37.73%
B = 16.7%

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

#DDB751 (or 0xDDB751) is known color: Rob Roy. HEX triplet: DD, B7 and 51. RGB value is (221,183,81). Sum of RGB (Red+Green+Blue) = 221+183+81=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB751 is #2248AE. Grayscale: #B7B7B7. Windows color (decimal): -2246831 or 5355485. OLE color: 5355485.

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

Color convert

RGB 221 183 81 -
CMYK 0 0.17 0.63 0.13
HSL 43.71º 0.67% 0.59% -
HSV(B) 43.71º 0.63% 0.87% -
XYZ 48.24 49.83 14.86 -
YUV 182.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 221 183 81 0 0.17 0.63 0.13 43.71 0.67 0.59
Hex DD B7 51 0 11 3F D 2C 43 3B
Octal 335 267 121 0 21 77 15 54 103 73
Binary 11011101 10110111 1010001 0 10001 111111 1101 101100 1000011 111011

Color Harmonies of #DDB751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB751

Black with #DDB751

Text Example


Text Example

White with #DDB751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB751; }

 p { color: rgb(221,183,81); }

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

background-color css

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

 a { background-color: rgb(221,183,81); }

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

border-color css

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

 span { border-color: rgb(221,183,81); }

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