Html Css Color HEX #DDB157 Rob Roy

📋 copy color: '#DDB157'

red 221 ◦ green 177 ◦ blue 87

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

Shades of Rob Roy #DDB157

Tints of Rob Roy #DDB157

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 45.57%
G = 36.49%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB157 (or 0xDDB157) is known color: Rob Roy. HEX triplet: DD, B1 and 57. RGB value is (221,177,87). Sum of RGB (Red+Green+Blue) = 221+177+87=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB157 is #224EA8. Grayscale: #B4B4B4. Windows color (decimal): -2248361 or 5747165. OLE color: 5747165.

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

Color convert

RGB 221 177 87 -
CMYK 0 0.20 0.61 0.13
HSL 40.3º 0.66% 0.6% -
HSV(B) 40.3º 0.61% 0.87% -
XYZ 47.26 47.5 15.7 -
YUV 179.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 221 177 87 0 0.20 0.61 0.13 40.3 0.66 0.6
Hex DD B1 57 0 14 3D D 28 42 3C
Octal 335 261 127 0 24 75 15 50 102 74
Binary 11011101 10110001 1010111 0 10100 111101 1101 101000 1000010 111100

Color Harmonies of #DDB157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB157

Black with #DDB157

Text Example


Text Example

White with #DDB157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB157; }

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

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

background-color css

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

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

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

border-color css

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

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

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