Html Css Color HEX #DDA34D Rob Roy

📋 copy color: '#DDA34D'

red 221 ◦ green 163 ◦ blue 77

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

Shades of Rob Roy #DDA34D

Tints of Rob Roy #DDA34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

 BLUE value IS 77 (30.47% from 255) = 16.7%

R = 47.94%
G = 35.36%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDA34D (or 0xDDA34D) is known color: Rob Roy. HEX triplet: DD, A3 and 4D. RGB value is (221,163,77). Sum of RGB (Red+Green+Blue) = 221+163+77=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA34D is #225CB2. Grayscale: #AAAAAA. Windows color (decimal): -2251955 or 5088221. OLE color: 5088221.

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

Color convert

RGB 221 163 77 -
CMYK 0 0.26 0.65 0.13
HSL 35.83º 0.68% 0.58% -
HSV(B) 35.83º 0.65% 0.87% -
XYZ 44.26 42.1 12.82 -
YUV 170.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 221 163 77 0 0.26 0.65 0.13 35.83 0.68 0.58
Hex DD A3 4D 0 1A 41 D 24 44 3A
Octal 335 243 115 0 32 101 15 44 104 72
Binary 11011101 10100011 1001101 0 11010 1000001 1101 100100 1000100 111010

Color Harmonies of #DDA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA34D

Black with #DDA34D

Text Example


Text Example

White with #DDA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA34D; }

 p { color: rgb(221,163,77); }

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

background-color css

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

 a { background-color: rgb(221,163,77); }

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

border-color css

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

 span { border-color: rgb(221,163,77); }

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