Html Css Color HEX #DFB14B Rob Roy

📋 copy color: '#DFB14B'

red 223 ◦ green 177 ◦ blue 75

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

Shades of Rob Roy #DFB14B

Tints of Rob Roy #DFB14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 46.95%
G = 37.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFB14B (or 0xDFB14B) is known color: Rob Roy. HEX triplet: DF, B1 and 4B. RGB value is (223,177,75). Sum of RGB (Red+Green+Blue) = 223+177+75=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB14B is #204EB4. Grayscale: #B3B3B3. Windows color (decimal): -2117301 or 4960735. OLE color: 4960735.

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

Color convert

RGB 223 177 75 -
CMYK 0 0.21 0.66 0.13
HSL 41.35º 0.7% 0.58% -
HSV(B) 41.35º 0.66% 0.87% -
XYZ 47.42 47.64 13.35 -
YUV 179.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 223 177 75 0 0.21 0.66 0.13 41.35 0.7 0.58
Hex DF B1 4B 0 15 42 D 29 46 3A
Octal 337 261 113 0 25 102 15 51 106 72
Binary 11011111 10110001 1001011 0 10101 1000010 1101 101001 1000110 111010

Color Harmonies of #DFB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB14B

Black with #DFB14B

Text Example


Text Example

White with #DFB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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