Html Css Color HEX #DFB051 Rob Roy

📋 copy color: '#DFB051'

red 223 ◦ green 176 ◦ blue 81

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

Shades of Rob Roy #DFB051

Tints of Rob Roy #DFB051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.88%

R = 46.46%
G = 36.67%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFB051 (or 0xDFB051) is known color: Rob Roy. HEX triplet: DF, B0 and 51. RGB value is (223,176,81). Sum of RGB (Red+Green+Blue) = 223+176+81=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB051 is #204FAE. Grayscale: #B3B3B3. Windows color (decimal): -2117551 or 5353695. OLE color: 5353695.

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

Color convert

RGB 223 176 81 -
CMYK 0 0.21 0.64 0.13
HSL 40.14º 0.69% 0.6% -
HSV(B) 40.14º 0.64% 0.87% -
XYZ 47.44 47.33 14.42 -
YUV 179.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 223 176 81 0 0.21 0.64 0.13 40.14 0.69 0.6
Hex DF B0 51 0 15 40 D 28 45 3C
Octal 337 260 121 0 25 100 15 50 105 74
Binary 11011111 10110000 1010001 0 10101 1000000 1101 101000 1000101 111100

Color Harmonies of #DFB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB051

Black with #DFB051

Text Example


Text Example

White with #DFB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB051; }

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

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

background-color css

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

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

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

border-color css

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

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

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