Html Css Color HEX #D4B25B Equator

📋 copy color: '#D4B25B'

red 212 ◦ green 178 ◦ blue 91

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

Shades of Equator #D4B25B

Tints of Equator #D4B25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.92%

R = 44.07%
G = 37.01%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4B25B (or 0xD4B25B) is known color: Equator. HEX triplet: D4, B2 and 5B. RGB value is (212,178,91). Sum of RGB (Red+Green+Blue) = 212+178+91=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B25B is #2B4DA4. Grayscale: #B2B2B2. Windows color (decimal): -2837925 or 6009556. OLE color: 6009556.

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

Color convert

RGB 212 178 91 -
CMYK 0 0.16 0.57 0.17
HSL 43.14º 0.58% 0.59% -
HSV(B) 43.14º 0.57% 0.83% -
XYZ 44.96 46.59 16.52 -
YUV 178.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 212 178 91 0 0.16 0.57 0.17 43.14 0.58 0.59
Hex D4 B2 5B 0 10 39 11 2B 3A 3B
Octal 324 262 133 0 20 71 21 53 72 73
Binary 11010100 10110010 1011011 0 10000 111001 10001 101011 111010 111011

Color Harmonies of #D4B25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B25B

Black with #D4B25B

Text Example


Text Example

White with #D4B25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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