Html Css Color HEX #DFB14F Rob Roy

📋 copy color: '#DFB14F'

red 223 ◦ green 177 ◦ blue 79

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

Shades of Rob Roy #DFB14F

Tints of Rob Roy #DFB14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.49%

R = 46.56%
G = 36.95%
B = 16.49%

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

#DFB14F (or 0xDFB14F) is known color: Rob Roy. HEX triplet: DF, B1 and 4F. RGB value is (223,177,79). Sum of RGB (Red+Green+Blue) = 223+177+79=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB14F is #204EB0. Grayscale: #B4B4B4. Windows color (decimal): -2117297 or 5222879. OLE color: 5222879.

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

Color convert

RGB 223 177 79 -
CMYK 0 0.21 0.65 0.13
HSL 40.83º 0.69% 0.59% -
HSV(B) 40.83º 0.65% 0.87% -
XYZ 47.56 47.7 14.1 -
YUV 179.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 223 177 79 0 0.21 0.65 0.13 40.83 0.69 0.59
Hex DF B1 4F 0 15 41 D 29 45 3B
Octal 337 261 117 0 25 101 15 51 105 73
Binary 11011111 10110001 1001111 0 10101 1000001 1101 101001 1000101 111011

Color Harmonies of #DFB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB14F

Black with #DFB14F

Text Example


Text Example

White with #DFB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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