Html Css Color HEX #DDA74C Rob Roy

📋 copy color: '#DDA74C'

red 221 ◦ green 167 ◦ blue 76

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

Shades of Rob Roy #DDA74C

Tints of Rob Roy #DDA74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 76 (30.08% from 255) = 16.38%

R = 47.63%
G = 35.99%
B = 16.38%

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

#DDA74C (or 0xDDA74C) is known color: Rob Roy. HEX triplet: DD, A7 and 4C. RGB value is (221,167,76). Sum of RGB (Red+Green+Blue) = 221+167+76=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA74C is #2258B3. Grayscale: #ADADAD. Windows color (decimal): -2250932 or 5023709. OLE color: 5023709.

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

Color convert

RGB 221 167 76 -
CMYK 0 0.24 0.66 0.13
HSL 37.66º 0.68% 0.58% -
HSV(B) 37.66º 0.66% 0.87% -
XYZ 44.94 43.53 12.87 -
YUV 172.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 221 167 76 0 0.24 0.66 0.13 37.66 0.68 0.58
Hex DD A7 4C 0 18 42 D 26 44 3A
Octal 335 247 114 0 30 102 15 46 104 72
Binary 11011101 10100111 1001100 0 11000 1000010 1101 100110 1000100 111010

Color Harmonies of #DDA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA74C

Black with #DDA74C

Text Example


Text Example

White with #DDA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA74C; }

 p { color: rgb(221,167,76); }

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

background-color css

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

 a { background-color: rgb(221,167,76); }

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

border-color css

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

 span { border-color: rgb(221,167,76); }

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