Html Css Color HEX #DDB257 Rob Roy

📋 copy color: '#DDB257'

red 221 ◦ green 178 ◦ blue 87

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

Shades of Rob Roy #DDB257

Tints of Rob Roy #DDB257

RGB

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

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

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

R = 45.47%
G = 36.63%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDB257 (or 0xDDB257) is known color: Rob Roy. HEX triplet: DD, B2 and 57. RGB value is (221,178,87). Sum of RGB (Red+Green+Blue) = 221+178+87=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB257 is #224DA8. Grayscale: #B4B4B4. Windows color (decimal): -2248105 or 5747421. OLE color: 5747421.

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

Color convert

RGB 221 178 87 -
CMYK 0 0.19 0.61 0.13
HSL 40.75º 0.66% 0.6% -
HSV(B) 40.75º 0.61% 0.87% -
XYZ 47.46 47.9 15.76 -
YUV 180.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 221 178 87 0 0.19 0.61 0.13 40.75 0.66 0.6
Hex DD B2 57 0 13 3D D 29 42 3C
Octal 335 262 127 0 23 75 15 51 102 74
Binary 11011101 10110010 1010111 0 10011 111101 1101 101001 1000010 111100

Color Harmonies of #DDB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB257

Black with #DDB257

Text Example


Text Example

White with #DDB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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