Html Css Color HEX #D6B25A Equator

📋 copy color: '#D6B25A'

red 214 ◦ green 178 ◦ blue 90

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

Shades of Equator #D6B25A

Tints of Equator #D6B25A

RGB

 RED value IS 214 (83.98% from 255) = 44.4%

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

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

R = 44.4%
G = 36.93%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6B25A (or 0xD6B25A) is known color: Equator. HEX triplet: D6, B2 and 5A. RGB value is (214,178,90). Sum of RGB (Red+Green+Blue) = 214+178+90=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B25A is #294DA5. Grayscale: #B3B3B3. Windows color (decimal): -2706854 or 5944022. OLE color: 5944022.

HSL color Cylindrical-coordinate representation of color #D6B25A: hue angle of 42.58º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6B25A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 90 -
CMYK 0 0.17 0.58 0.16
HSL 42.58º 0.6% 0.6% -
HSV(B) 42.58º 0.58% 0.84% -
XYZ 45.5 46.88 16.32 -
YUV 178.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 214 178 90 0 0.17 0.58 0.16 42.58 0.6 0.6
Hex D6 B2 5A 0 11 3A 10 2B 3C 3C
Octal 326 262 132 0 21 72 20 53 74 74
Binary 11010110 10110010 1011010 0 10001 111010 10000 101011 111100 111100

Color Harmonies of #D6B25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B25A

Black with #D6B25A

Text Example


Text Example

White with #D6B25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B25A; }

 p { color: rgb(214,178,90); }

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

background-color css

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

 a { background-color: rgb(214,178,90); }

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

border-color css

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

 span { border-color: rgb(214,178,90); }

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