Html Css Color HEX #DFB466 Equator

📋 copy color: '#DFB466'

red 223 ◦ green 180 ◦ blue 102

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

Shades of Equator #DFB466

Tints of Equator #DFB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

 BLUE value IS 102 (40.23% from 255) = 20.2%

R = 44.16%
G = 35.64%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFB466 (or 0xDFB466) is known color: Equator. HEX triplet: DF, B4 and 66. RGB value is (223,180,102). Sum of RGB (Red+Green+Blue) = 223+180+102=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB466 is #204B99. Grayscale: #B8B8B8. Windows color (decimal): -2116506 or 6730975. OLE color: 6730975.

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

Color convert

RGB 223 180 102 -
CMYK 0 0.19 0.54 0.13
HSL 38.68º 0.65% 0.64% -
HSV(B) 38.68º 0.54% 0.87% -
XYZ 49.15 49.29 19.49 -
YUV 183.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 223 180 102 0 0.19 0.54 0.13 38.68 0.65 0.64
Hex DF B4 66 0 13 36 D 27 41 40
Octal 337 264 146 0 23 66 15 47 101 100
Binary 11011111 10110100 1100110 0 10011 110110 1101 100111 1000001 1000000

Color Harmonies of #DFB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB466

Black with #DFB466

Text Example


Text Example

White with #DFB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB466; }

 p { color: rgb(223,180,102); }

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

background-color css

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

 a { background-color: rgb(223,180,102); }

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

border-color css

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

 span { border-color: rgb(223,180,102); }

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