Html Css Color HEX #D4B263 Equator

📋 copy color: '#D4B263'

red 212 ◦ green 178 ◦ blue 99

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

Shades of Equator #D4B263

Tints of Equator #D4B263

RGB

 RED value IS 212 (83.2% from 255) = 43.35%

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

 BLUE value IS 99 (39.06% from 255) = 20.25%

R = 43.35%
G = 36.4%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4B263 (or 0xD4B263) is known color: Equator. HEX triplet: D4, B2 and 63. RGB value is (212,178,99). Sum of RGB (Red+Green+Blue) = 212+178+99=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B263 is #2B4D9C. Grayscale: #B3B3B3. Windows color (decimal): -2837917 or 6533844. OLE color: 6533844.

HSL color Cylindrical-coordinate representation of color #D4B263: hue angle of 41.95º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4B263 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 178 99 -
CMYK 0 0.16 0.53 0.17
HSL 41.95º 0.57% 0.61% -
HSV(B) 41.95º 0.53% 0.83% -
XYZ 45.32 46.74 18.44 -
YUV 179.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 212 178 99 0 0.16 0.53 0.17 41.95 0.57 0.61
Hex D4 B2 63 0 10 35 11 2A 39 3D
Octal 324 262 143 0 20 65 21 52 71 75
Binary 11010100 10110010 1100011 0 10000 110101 10001 101010 111001 111101

Color Harmonies of #D4B263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B263

Black with #D4B263

Text Example


Text Example

White with #D4B263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B263; }

 p { color: rgb(212,178,99); }

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

background-color css

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

 a { background-color: rgb(212,178,99); }

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

border-color css

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

 span { border-color: rgb(212,178,99); }

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