Html Css Color HEX #D4B262 Equator

📋 copy color: '#D4B262'

red 212 ◦ green 178 ◦ blue 98

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

Shades of Equator #D4B262

Tints of Equator #D4B262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.08%

R = 43.44%
G = 36.48%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D4B262 (or 0xD4B262) is known color: Equator. HEX triplet: D4, B2 and 62. RGB value is (212,178,98). Sum of RGB (Red+Green+Blue) = 212+178+98=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B262 is #2B4D9D. Grayscale: #B3B3B3. Windows color (decimal): -2837918 or 6468308. OLE color: 6468308.

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

Color convert

RGB 212 178 98 -
CMYK 0 0.16 0.54 0.17
HSL 42.11º 0.57% 0.61% -
HSV(B) 42.11º 0.54% 0.83% -
XYZ 45.28 46.72 18.19 -
YUV 179.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 212 178 98 0 0.16 0.54 0.17 42.11 0.57 0.61
Hex D4 B2 62 0 10 36 11 2A 39 3D
Octal 324 262 142 0 20 66 21 52 71 75
Binary 11010100 10110010 1100010 0 10000 110110 10001 101010 111001 111101

Color Harmonies of #D4B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B262

Black with #D4B262

Text Example


Text Example

White with #D4B262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B262; }

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

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

background-color css

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

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

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

border-color css

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

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

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