Html Css Color HEX #DFB05A Rob Roy

📋 copy color: '#DFB05A'

red 223 ◦ green 176 ◦ blue 90

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

Shades of Rob Roy #DFB05A

Tints of Rob Roy #DFB05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.99%

 BLUE value IS 90 (35.55% from 255) = 18.4%

R = 45.6%
G = 35.99%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFB05A (or 0xDFB05A) is known color: Rob Roy. HEX triplet: DF, B0 and 5A. RGB value is (223,176,90). Sum of RGB (Red+Green+Blue) = 223+176+90=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB05A is #204FA5. Grayscale: #B4B4B4. Windows color (decimal): -2117542 or 5943519. OLE color: 5943519.

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

Color convert

RGB 223 176 90 -
CMYK 0 0.21 0.60 0.13
HSL 38.8º 0.68% 0.61% -
HSV(B) 38.8º 0.6% 0.87% -
XYZ 47.8 47.48 16.32 -
YUV 180.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 223 176 90 0 0.21 0.60 0.13 38.8 0.68 0.61
Hex DF B0 5A 0 15 3C D 27 44 3D
Octal 337 260 132 0 25 74 15 47 104 75
Binary 11011111 10110000 1011010 0 10101 111100 1101 100111 1000100 111101

Color Harmonies of #DFB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB05A

Black with #DFB05A

Text Example


Text Example

White with #DFB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB05A; }

 p { color: rgb(223,176,90); }

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

background-color css

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

 a { background-color: rgb(223,176,90); }

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

border-color css

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

 span { border-color: rgb(223,176,90); }

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