Html Css Color HEX #DFB14A Rob Roy

📋 copy color: '#DFB14A'

red 223 ◦ green 177 ◦ blue 74

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

Shades of Rob Roy #DFB14A

Tints of Rob Roy #DFB14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.61%

R = 47.05%
G = 37.34%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFB14A (or 0xDFB14A) is known color: Rob Roy. HEX triplet: DF, B1 and 4A. RGB value is (223,177,74). Sum of RGB (Red+Green+Blue) = 223+177+74=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB14A is #204EB5. Grayscale: #B3B3B3. Windows color (decimal): -2117302 or 4895199. OLE color: 4895199.

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

Color convert

RGB 223 177 74 -
CMYK 0 0.21 0.67 0.13
HSL 41.48º 0.7% 0.58% -
HSV(B) 41.48º 0.67% 0.87% -
XYZ 47.39 47.63 13.17 -
YUV 179.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 223 177 74 0 0.21 0.67 0.13 41.48 0.7 0.58
Hex DF B1 4A 0 15 43 D 29 46 3A
Octal 337 261 112 0 25 103 15 51 106 72
Binary 11011111 10110001 1001010 0 10101 1000011 1101 101001 1000110 111010

Color Harmonies of #DFB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB14A

Black with #DFB14A

Text Example


Text Example

White with #DFB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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