Html Css Color HEX #DFB250 Rob Roy

📋 copy color: '#DFB250'

red 223 ◦ green 178 ◦ blue 80

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

Shades of Rob Roy #DFB250

Tints of Rob Roy #DFB250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.01%

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 46.36%
G = 37.01%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFB250 (or 0xDFB250) is known color: Rob Roy. HEX triplet: DF, B2 and 50. RGB value is (223,178,80). Sum of RGB (Red+Green+Blue) = 223+178+80=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB250 is #204DAF. Grayscale: #B4B4B4. Windows color (decimal): -2117040 or 5288671. OLE color: 5288671.

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

Color convert

RGB 223 178 80 -
CMYK 0 0.20 0.64 0.13
HSL 41.12º 0.69% 0.59% -
HSV(B) 41.12º 0.64% 0.87% -
XYZ 47.8 48.11 14.36 -
YUV 180.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 223 178 80 0 0.20 0.64 0.13 41.12 0.69 0.59
Hex DF B2 50 0 14 40 D 29 45 3B
Octal 337 262 120 0 24 100 15 51 105 73
Binary 11011111 10110010 1010000 0 10100 1000000 1101 101001 1000101 111011

Color Harmonies of #DFB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB250

Black with #DFB250

Text Example


Text Example

White with #DFB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB250; }

 p { color: rgb(223,178,80); }

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

background-color css

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

 a { background-color: rgb(223,178,80); }

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

border-color css

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

 span { border-color: rgb(223,178,80); }

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