Html Css Color HEX #DDA94B Rob Roy

📋 copy color: '#DDA94B'

red 221 ◦ green 169 ◦ blue 75

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

Shades of Rob Roy #DDA94B

Tints of Rob Roy #DDA94B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

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

R = 47.53%
G = 36.34%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDA94B (or 0xDDA94B) is known color: Rob Roy. HEX triplet: DD, A9 and 4B. RGB value is (221,169,75). Sum of RGB (Red+Green+Blue) = 221+169+75=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA94B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA94B is #2256B4. Grayscale: #AEAEAE. Windows color (decimal): -2250421 or 4958685. OLE color: 4958685.

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

Color convert

RGB 221 169 75 -
CMYK 0 0.24 0.66 0.13
HSL 38.63º 0.68% 0.58% -
HSV(B) 38.63º 0.66% 0.87% -
XYZ 45.28 44.26 12.81 -
YUV 173.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 221 169 75 0 0.24 0.66 0.13 38.63 0.68 0.58
Hex DD A9 4B 0 18 42 D 27 44 3A
Octal 335 251 113 0 30 102 15 47 104 72
Binary 11011101 10101001 1001011 0 11000 1000010 1101 100111 1000100 111010

Color Harmonies of #DDA94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA94B

Black with #DDA94B

Text Example


Text Example

White with #DDA94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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