Html Css Color HEX #DDAB4B Rob Roy

📋 copy color: '#DDAB4B'

red 221 ◦ green 171 ◦ blue 75

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

Shades of Rob Roy #DDAB4B

Tints of Rob Roy #DDAB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 47.32%
G = 36.62%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDAB4B (or 0xDDAB4B) is known color: Rob Roy. HEX triplet: DD, AB and 4B. RGB value is (221,171,75). Sum of RGB (Red+Green+Blue) = 221+171+75=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB4B is #2254B4. Grayscale: #AFAFAF. Windows color (decimal): -2249909 or 4959197. OLE color: 4959197.

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

Color convert

RGB 221 171 75 -
CMYK 0 0.23 0.66 0.13
HSL 39.45º 0.68% 0.58% -
HSV(B) 39.45º 0.66% 0.87% -
XYZ 45.65 45.01 12.94 -
YUV 175.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 221 171 75 0 0.23 0.66 0.13 39.45 0.68 0.58
Hex DD AB 4B 0 17 42 D 27 44 3A
Octal 335 253 113 0 27 102 15 47 104 72
Binary 11011101 10101011 1001011 0 10111 1000010 1101 100111 1000100 111010

Color Harmonies of #DDAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB4B

Black with #DDAB4B

Text Example


Text Example

White with #DDAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB4B; }

 p { color: rgb(221,171,75); }

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

background-color css

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

 a { background-color: rgb(221,171,75); }

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

border-color css

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

 span { border-color: rgb(221,171,75); }

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