Html Css Color HEX #DDB057 Rob Roy

📋 copy color: '#DDB057'

red 221 ◦ green 176 ◦ blue 87

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

Shades of Rob Roy #DDB057

Tints of Rob Roy #DDB057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

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

R = 45.66%
G = 36.36%
B = 17.98%

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

#DDB057 (or 0xDDB057) is known color: Rob Roy. HEX triplet: DD, B0 and 57. RGB value is (221,176,87). Sum of RGB (Red+Green+Blue) = 221+176+87=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB057 is #224FA8. Grayscale: #B3B3B3. Windows color (decimal): -2248617 or 5746909. OLE color: 5746909.

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

Color convert

RGB 221 176 87 -
CMYK 0 0.20 0.61 0.13
HSL 39.85º 0.66% 0.6% -
HSV(B) 39.85º 0.61% 0.87% -
XYZ 47.06 47.11 15.63 -
YUV 179.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 221 176 87 0 0.20 0.61 0.13 39.85 0.66 0.6
Hex DD B0 57 0 14 3D D 28 42 3C
Octal 335 260 127 0 24 75 15 50 102 74
Binary 11011101 10110000 1010111 0 10100 111101 1101 101000 1000010 111100

Color Harmonies of #DDB057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB057

Black with #DDB057

Text Example


Text Example

White with #DDB057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB057; }

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

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

background-color css

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

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

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

border-color css

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

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

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