Html Css Color HEX #DFB458 Rob Roy

📋 copy color: '#DFB458'

red 223 ◦ green 180 ◦ blue 88

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

Shades of Rob Roy #DFB458

Tints of Rob Roy #DFB458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.92%

R = 45.42%
G = 36.66%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFB458 (or 0xDFB458) is known color: Rob Roy. HEX triplet: DF, B4 and 58. RGB value is (223,180,88). Sum of RGB (Red+Green+Blue) = 223+180+88=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB458 is #204BA7. Grayscale: #B6B6B6. Windows color (decimal): -2116520 or 5813471. OLE color: 5813471.

HSL color Cylindrical-coordinate representation of color #DFB458: hue angle of 40.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFB458 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 88 -
CMYK 0 0.19 0.61 0.13
HSL 40.89º 0.68% 0.61% -
HSV(B) 40.89º 0.61% 0.87% -
XYZ 48.51 49.04 16.14 -
YUV 182.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 223 180 88 0 0.19 0.61 0.13 40.89 0.68 0.61
Hex DF B4 58 0 13 3D D 29 44 3D
Octal 337 264 130 0 23 75 15 51 104 75
Binary 11011111 10110100 1011000 0 10011 111101 1101 101001 1000100 111101

Color Harmonies of #DFB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB458

Black with #DFB458

Text Example


Text Example

White with #DFB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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