Html Css Color HEX #DDAF4B Rob Roy

📋 copy color: '#DDAF4B'

red 221 ◦ green 175 ◦ blue 75

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

Shades of Rob Roy #DDAF4B

Tints of Rob Roy #DDAF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

 BLUE value IS 75 (29.69% from 255) = 15.92%

R = 46.92%
G = 37.15%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDAF4B (or 0xDDAF4B) is known color: Rob Roy. HEX triplet: DD, AF and 4B. RGB value is (221,175,75). Sum of RGB (Red+Green+Blue) = 221+175+75=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF4B is #2250B4. Grayscale: #B1B1B1. Windows color (decimal): -2248885 or 4960221. OLE color: 4960221.

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

Color convert

RGB 221 175 75 -
CMYK 0 0.21 0.66 0.13
HSL 41.1º 0.68% 0.58% -
HSV(B) 41.1º 0.66% 0.87% -
XYZ 46.42 46.54 13.19 -
YUV 177.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 221 175 75 0 0.21 0.66 0.13 41.1 0.68 0.58
Hex DD AF 4B 0 15 42 D 29 44 3A
Octal 335 257 113 0 25 102 15 51 104 72
Binary 11011101 10101111 1001011 0 10101 1000010 1101 101001 1000100 111010

Color Harmonies of #DDAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF4B

Black with #DDAF4B

Text Example


Text Example

White with #DDAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF4B; }

 p { color: rgb(221,175,75); }

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

background-color css

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

 a { background-color: rgb(221,175,75); }

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

border-color css

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

 span { border-color: rgb(221,175,75); }

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