Html Css Color HEX #DFB14E Rob Roy

📋 copy color: '#DFB14E'

red 223 ◦ green 177 ◦ blue 78

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

Shades of Rob Roy #DFB14E

Tints of Rob Roy #DFB14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.32%

R = 46.65%
G = 37.03%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFB14E (or 0xDFB14E) is known color: Rob Roy. HEX triplet: DF, B1 and 4E. RGB value is (223,177,78). Sum of RGB (Red+Green+Blue) = 223+177+78=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB14E is #204EB1. Grayscale: #B3B3B3. Windows color (decimal): -2117298 or 5157343. OLE color: 5157343.

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

Color convert

RGB 223 177 78 -
CMYK 0 0.21 0.65 0.13
HSL 40.97º 0.69% 0.59% -
HSV(B) 40.97º 0.65% 0.87% -
XYZ 47.53 47.68 13.91 -
YUV 179.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 223 177 78 0 0.21 0.65 0.13 40.97 0.69 0.59
Hex DF B1 4E 0 15 41 D 29 45 3B
Octal 337 261 116 0 25 101 15 51 105 73
Binary 11011111 10110001 1001110 0 10101 1000001 1101 101001 1000101 111011

Color Harmonies of #DFB14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB14E

Black with #DFB14E

Text Example


Text Example

White with #DFB14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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