Html Css Color HEX #DAB268 Equator

📋 copy color: '#DAB268'

red 218 ◦ green 178 ◦ blue 104

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

Shades of Equator #DAB268

Tints of Equator #DAB268

RGB

 RED value IS 218 (85.55% from 255) = 43.6%

 GREEN value IS 178 (69.92% from 255) = 35.6%

 BLUE value IS 104 (41.02% from 255) = 20.8%

R = 43.6%
G = 35.6%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAB268 (or 0xDAB268) is known color: Equator. HEX triplet: DA, B2 and 68. RGB value is (218,178,104). Sum of RGB (Red+Green+Blue) = 218+178+104=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB268 is #254D97. Grayscale: #B5B5B5. Windows color (decimal): -2444696 or 6861530. OLE color: 6861530.

HSL color Cylindrical-coordinate representation of color #DAB268: hue angle of 38.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAB268 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 104 -
CMYK 0 0.18 0.52 0.15
HSL 38.95º 0.61% 0.63% -
HSV(B) 38.95º 0.52% 0.85% -
XYZ 47.33 47.75 19.82 -
YUV 181.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 218 178 104 0 0.18 0.52 0.15 38.95 0.61 0.63
Hex DA B2 68 0 12 34 F 27 3D 3F
Octal 332 262 150 0 22 64 17 47 75 77
Binary 11011010 10110010 1101000 0 10010 110100 1111 100111 111101 111111

Color Harmonies of #DAB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB268

Black with #DAB268

Text Example


Text Example

White with #DAB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB268; }

 p { color: rgb(218,178,104); }

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

background-color css

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

 a { background-color: rgb(218,178,104); }

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

border-color css

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

 span { border-color: rgb(218,178,104); }

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