Html Css Color HEX #DCAF55 Rob Roy

📋 copy color: '#DCAF55'

red 220 ◦ green 175 ◦ blue 85

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

Shades of Rob Roy #DCAF55

Tints of Rob Roy #DCAF55

RGB

 RED value IS 220 (86.33% from 255) = 45.83%

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

 BLUE value IS 85 (33.59% from 255) = 17.71%

R = 45.83%
G = 36.46%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCAF55 (or 0xDCAF55) is known color: Rob Roy. HEX triplet: DC, AF and 55. RGB value is (220,175,85). Sum of RGB (Red+Green+Blue) = 220+175+85=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF55 is #2350AA. Grayscale: #B2B2B2. Windows color (decimal): -2314411 or 5615580. OLE color: 5615580.

HSL color Cylindrical-coordinate representation of color #DCAF55: hue angle of 40º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCAF55 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 85 -
CMYK 0 0.20 0.61 0.14
HSL 40º 0.66% 0.6% -
HSV(B) 40º 0.61% 0.86% -
XYZ 46.48 46.53 15.13 -
YUV 178.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 220 175 85 0 0.20 0.61 0.14 40 0.66 0.6
Hex DC AF 55 0 14 3D E 28 42 3C
Octal 334 257 125 0 24 75 16 50 102 74
Binary 11011100 10101111 1010101 0 10100 111101 1110 101000 1000010 111100

Color Harmonies of #DCAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF55

Black with #DCAF55

Text Example


Text Example

White with #DCAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF55; }

 p { color: rgb(220,175,85); }

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

background-color css

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

 a { background-color: rgb(220,175,85); }

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

border-color css

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

 span { border-color: rgb(220,175,85); }

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