Html Css Color HEX #DDA34F Rob Roy

📋 copy color: '#DDA34F'

red 221 ◦ green 163 ◦ blue 79

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

Shades of Rob Roy #DDA34F

Tints of Rob Roy #DDA34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.06%

R = 47.73%
G = 35.21%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA34F (or 0xDDA34F) is known color: Rob Roy. HEX triplet: DD, A3 and 4F. RGB value is (221,163,79). Sum of RGB (Red+Green+Blue) = 221+163+79=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA34F is #225CB0. Grayscale: #ABABAB. Windows color (decimal): -2251953 or 5219293. OLE color: 5219293.

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

Color convert

RGB 221 163 79 -
CMYK 0 0.26 0.64 0.13
HSL 35.49º 0.68% 0.59% -
HSV(B) 35.49º 0.64% 0.87% -
XYZ 44.33 42.13 13.19 -
YUV 170.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 221 163 79 0 0.26 0.64 0.13 35.49 0.68 0.59
Hex DD A3 4F 0 1A 40 D 23 44 3B
Octal 335 243 117 0 32 100 15 43 104 73
Binary 11011101 10100011 1001111 0 11010 1000000 1101 100011 1000100 111011

Color Harmonies of #DDA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA34F

Black with #DDA34F

Text Example


Text Example

White with #DDA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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