Html Css Color HEX #DFB450 Rob Roy

📋 copy color: '#DFB450'

red 223 ◦ green 180 ◦ blue 80

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

Shades of Rob Roy #DFB450

Tints of Rob Roy #DFB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

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

R = 46.17%
G = 37.27%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFB450 (or 0xDFB450) is known color: Rob Roy. HEX triplet: DF, B4 and 50. RGB value is (223,180,80). Sum of RGB (Red+Green+Blue) = 223+180+80=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB450 is #204BAF. Grayscale: #B5B5B5. Windows color (decimal): -2116528 or 5289183. OLE color: 5289183.

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

Color convert

RGB 223 180 80 -
CMYK 0 0.19 0.64 0.13
HSL 41.96º 0.69% 0.59% -
HSV(B) 41.96º 0.64% 0.87% -
XYZ 48.2 48.91 14.49 -
YUV 181.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 223 180 80 0 0.19 0.64 0.13 41.96 0.69 0.59
Hex DF B4 50 0 13 40 D 2A 45 3B
Octal 337 264 120 0 23 100 15 52 105 73
Binary 11011111 10110100 1010000 0 10011 1000000 1101 101010 1000101 111011

Color Harmonies of #DFB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB450

Black with #DFB450

Text Example


Text Example

White with #DFB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB450; }

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

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

background-color css

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

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

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

border-color css

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

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

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