Html Css Color HEX #DFB053 Rob Roy

📋 copy color: '#DFB053'

red 223 ◦ green 176 ◦ blue 83

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

Shades of Rob Roy #DFB053

Tints of Rob Roy #DFB053

RGB

 RED value IS 223 (87.5% from 255) = 46.27%

 GREEN value IS 176 (69.14% from 255) = 36.51%

 BLUE value IS 83 (32.81% from 255) = 17.22%

R = 46.27%
G = 36.51%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFB053 (or 0xDFB053) is known color: Rob Roy. HEX triplet: DF, B0 and 53. RGB value is (223,176,83). Sum of RGB (Red+Green+Blue) = 223+176+83=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB053 is #204FAC. Grayscale: #B3B3B3. Windows color (decimal): -2117549 or 5484767. OLE color: 5484767.

HSL color Cylindrical-coordinate representation of color #DFB053: hue angle of 39.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFB053 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 83 -
CMYK 0 0.21 0.63 0.13
HSL 39.86º 0.69% 0.6% -
HSV(B) 39.86º 0.63% 0.87% -
XYZ 47.52 47.36 14.82 -
YUV 179.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 223 176 83 0 0.21 0.63 0.13 39.86 0.69 0.6
Hex DF B0 53 0 15 3F D 28 45 3C
Octal 337 260 123 0 25 77 15 50 105 74
Binary 11011111 10110000 1010011 0 10101 111111 1101 101000 1000101 111100

Color Harmonies of #DFB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB053

Black with #DFB053

Text Example


Text Example

White with #DFB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB053; }

 p { color: rgb(223,176,83); }

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

background-color css

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

 a { background-color: rgb(223,176,83); }

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

border-color css

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

 span { border-color: rgb(223,176,83); }

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