Html Css Color HEX #DDB657 Rob Roy

📋 copy color: '#DDB657'

red 221 ◦ green 182 ◦ blue 87

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

Shades of Rob Roy #DDB657

Tints of Rob Roy #DDB657

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

 BLUE value IS 87 (34.38% from 255) = 17.76%

R = 45.1%
G = 37.14%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB657 (or 0xDDB657) is known color: Rob Roy. HEX triplet: DD, B6 and 57. RGB value is (221,182,87). Sum of RGB (Red+Green+Blue) = 221+182+87=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB657 is #2249A8. Grayscale: #B7B7B7. Windows color (decimal): -2247081 or 5748445. OLE color: 5748445.

HSL color Cylindrical-coordinate representation of color #DDB657: hue angle of 42.54º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDB657 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 87 -
CMYK 0 0.18 0.61 0.13
HSL 42.54º 0.66% 0.6% -
HSV(B) 42.54º 0.61% 0.87% -
XYZ 48.27 49.52 16.03 -
YUV 182.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 221 182 87 0 0.18 0.61 0.13 42.54 0.66 0.6
Hex DD B6 57 0 12 3D D 2B 42 3C
Octal 335 266 127 0 22 75 15 53 102 74
Binary 11011101 10110110 1010111 0 10010 111101 1101 101011 1000010 111100

Color Harmonies of #DDB657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB657

Black with #DDB657

Text Example


Text Example

White with #DDB657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB657; }

 p { color: rgb(221,182,87); }

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

background-color css

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

 a { background-color: rgb(221,182,87); }

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

border-color css

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

 span { border-color: rgb(221,182,87); }

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