Html Css Color HEX #DDB053 Rob Roy

📋 copy color: '#DDB053'

red 221 ◦ green 176 ◦ blue 83

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

Shades of Rob Roy #DDB053

Tints of Rob Roy #DDB053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.29%

R = 46.04%
G = 36.67%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB053 (or 0xDDB053) is known color: Rob Roy. HEX triplet: DD, B0 and 53. RGB value is (221,176,83). Sum of RGB (Red+Green+Blue) = 221+176+83=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB053 is #224FAC. Grayscale: #B3B3B3. Windows color (decimal): -2248621 or 5484765. OLE color: 5484765.

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

Color convert

RGB 221 176 83 -
CMYK 0 0.20 0.62 0.13
HSL 40.43º 0.67% 0.6% -
HSV(B) 40.43º 0.62% 0.87% -
XYZ 46.91 47.05 14.79 -
YUV 178.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 221 176 83 0 0.20 0.62 0.13 40.43 0.67 0.6
Hex DD B0 53 0 14 3E D 28 43 3C
Octal 335 260 123 0 24 76 15 50 103 74
Binary 11011101 10110000 1010011 0 10100 111110 1101 101000 1000011 111100

Color Harmonies of #DDB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB053

Black with #DDB053

Text Example


Text Example

White with #DDB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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