Html Css Color HEX #DDA65C Rob Roy

📋 copy color: '#DDA65C'

red 221 ◦ green 166 ◦ blue 92

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

Shades of Rob Roy #DDA65C

Tints of Rob Roy #DDA65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 92 (36.33% from 255) = 19.21%

R = 46.14%
G = 34.66%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDA65C (or 0xDDA65C) is known color: Rob Roy. HEX triplet: DD, A6 and 5C. RGB value is (221,166,92). Sum of RGB (Red+Green+Blue) = 221+166+92=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA65C is #2259A3. Grayscale: #AEAEAE. Windows color (decimal): -2251172 or 6072029. OLE color: 6072029.

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

Color convert

RGB 221 166 92 -
CMYK 0 0.25 0.58 0.13
HSL 34.42º 0.65% 0.61% -
HSV(B) 34.42º 0.58% 0.87% -
XYZ 45.39 43.42 16.11 -
YUV 174.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 221 166 92 0 0.25 0.58 0.13 34.42 0.65 0.61
Hex DD A6 5C 0 19 3A D 22 41 3D
Octal 335 246 134 0 31 72 15 42 101 75
Binary 11011101 10100110 1011100 0 11001 111010 1101 100010 1000001 111101

Color Harmonies of #DDA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA65C

Black with #DDA65C

Text Example


Text Example

White with #DDA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA65C; }

 p { color: rgb(221,166,92); }

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

background-color css

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

 a { background-color: rgb(221,166,92); }

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

border-color css

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

 span { border-color: rgb(221,166,92); }

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