Html Css Color HEX #DFB467 Equator

📋 copy color: '#DFB467'

red 223 ◦ green 180 ◦ blue 103

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

Shades of Equator #DFB467

Tints of Equator #DFB467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.36%

R = 44.07%
G = 35.57%
B = 20.36%

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

#DFB467 (or 0xDFB467) is known color: Equator. HEX triplet: DF, B4 and 67. RGB value is (223,180,103). Sum of RGB (Red+Green+Blue) = 223+180+103=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB467 is #204B98. Grayscale: #B8B8B8. Windows color (decimal): -2116505 or 6796511. OLE color: 6796511.

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

Color convert

RGB 223 180 103 -
CMYK 0 0.19 0.54 0.13
HSL 38.5º 0.65% 0.64% -
HSV(B) 38.5º 0.54% 0.87% -
XYZ 49.2 49.31 19.76 -
YUV 184.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 223 180 103 0 0.19 0.54 0.13 38.5 0.65 0.64
Hex DF B4 67 0 13 36 D 26 41 40
Octal 337 264 147 0 23 66 15 46 101 100
Binary 11011111 10110100 1100111 0 10011 110110 1101 100110 1000001 1000000

Color Harmonies of #DFB467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB467

Black with #DFB467

Text Example


Text Example

White with #DFB467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB467; }

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

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

background-color css

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

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

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

border-color css

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

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

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