Html Css Color HEX #DDA54D Rob Roy

📋 copy color: '#DDA54D'

red 221 ◦ green 165 ◦ blue 77

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

Shades of Rob Roy #DDA54D

Tints of Rob Roy #DDA54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

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

R = 47.73%
G = 35.64%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDA54D (or 0xDDA54D) is known color: Rob Roy. HEX triplet: DD, A5 and 4D. RGB value is (221,165,77). Sum of RGB (Red+Green+Blue) = 221+165+77=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA54D is #225AB2. Grayscale: #ACACAC. Windows color (decimal): -2251443 or 5088733. OLE color: 5088733.

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

Color convert

RGB 221 165 77 -
CMYK 0 0.25 0.65 0.13
HSL 36.67º 0.68% 0.58% -
HSV(B) 36.67º 0.65% 0.87% -
XYZ 44.61 42.82 12.93 -
YUV 171.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 221 165 77 0 0.25 0.65 0.13 36.67 0.68 0.58
Hex DD A5 4D 0 19 41 D 25 44 3A
Octal 335 245 115 0 31 101 15 45 104 72
Binary 11011101 10100101 1001101 0 11001 1000001 1101 100101 1000100 111010

Color Harmonies of #DDA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA54D

Black with #DDA54D

Text Example


Text Example

White with #DDA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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