Html Css Color HEX #DFB151 Rob Roy

📋 copy color: '#DFB151'

red 223 ◦ green 177 ◦ blue 81

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

Shades of Rob Roy #DFB151

Tints of Rob Roy #DFB151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

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

R = 46.36%
G = 36.8%
B = 16.84%

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

#DFB151 (or 0xDFB151) is known color: Rob Roy. HEX triplet: DF, B1 and 51. RGB value is (223,177,81). Sum of RGB (Red+Green+Blue) = 223+177+81=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB151 is #204EAE. Grayscale: #B4B4B4. Windows color (decimal): -2117295 or 5353951. OLE color: 5353951.

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

Color convert

RGB 223 177 81 -
CMYK 0 0.21 0.64 0.13
HSL 40.56º 0.69% 0.6% -
HSV(B) 40.56º 0.64% 0.87% -
XYZ 47.64 47.73 14.49 -
YUV 179.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 223 177 81 0 0.21 0.64 0.13 40.56 0.69 0.6
Hex DF B1 51 0 15 40 D 29 45 3C
Octal 337 261 121 0 25 100 15 51 105 74
Binary 11011111 10110001 1010001 0 10101 1000000 1101 101001 1000101 111100

Color Harmonies of #DFB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB151

Black with #DFB151

Text Example


Text Example

White with #DFB151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB151; }

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

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

background-color css

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

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

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

border-color css

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

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

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