Html Css Color HEX #DFB352 Rob Roy

📋 copy color: '#DFB352'

red 223 ◦ green 179 ◦ blue 82

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

Shades of Rob Roy #DFB352

Tints of Rob Roy #DFB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 82 (32.42% from 255) = 16.94%

R = 46.07%
G = 36.98%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFB352 (or 0xDFB352) is known color: Rob Roy. HEX triplet: DF, B3 and 52. RGB value is (223,179,82). Sum of RGB (Red+Green+Blue) = 223+179+82=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB352 is #204CAD. Grayscale: #B5B5B5. Windows color (decimal): -2116782 or 5419999. OLE color: 5419999.

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

Color convert

RGB 223 179 82 -
CMYK 0 0.20 0.63 0.13
HSL 41.28º 0.69% 0.6% -
HSV(B) 41.28º 0.63% 0.87% -
XYZ 48.07 48.54 14.82 -
YUV 181.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 223 179 82 0 0.20 0.63 0.13 41.28 0.69 0.6
Hex DF B3 52 0 14 3F D 29 45 3C
Octal 337 263 122 0 24 77 15 51 105 74
Binary 11011111 10110011 1010010 0 10100 111111 1101 101001 1000101 111100

Color Harmonies of #DFB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB352

Black with #DFB352

Text Example


Text Example

White with #DFB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB352; }

 p { color: rgb(223,179,82); }

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

background-color css

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

 a { background-color: rgb(223,179,82); }

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

border-color css

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

 span { border-color: rgb(223,179,82); }

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