Html Css Color HEX #DDB149 Rob Roy

📋 copy color: '#DDB149'

red 221 ◦ green 177 ◦ blue 73

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

Shades of Rob Roy #DDB149

Tints of Rob Roy #DDB149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.5%

R = 46.92%
G = 37.58%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB149 (or 0xDDB149) is known color: Rob Roy. HEX triplet: DD, B1 and 49. RGB value is (221,177,73). Sum of RGB (Red+Green+Blue) = 221+177+73=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB149 is #224EB6. Grayscale: #B2B2B2. Windows color (decimal): -2248375 or 4829661. OLE color: 4829661.

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

Color convert

RGB 221 177 73 -
CMYK 0 0.20 0.67 0.13
HSL 42.16º 0.69% 0.58% -
HSV(B) 42.16º 0.67% 0.87% -
XYZ 46.74 47.3 12.97 -
YUV 178.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 221 177 73 0 0.20 0.67 0.13 42.16 0.69 0.58
Hex DD B1 49 0 14 43 D 2A 45 3A
Octal 335 261 111 0 24 103 15 52 105 72
Binary 11011101 10110001 1001001 0 10100 1000011 1101 101010 1000101 111010

Color Harmonies of #DDB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB149

Black with #DDB149

Text Example


Text Example

White with #DDB149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB149; }

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

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

background-color css

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

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

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

border-color css

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

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

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