Html Css Color HEX #D4B268 Equator

📋 copy color: '#D4B268'

red 212 ◦ green 178 ◦ blue 104

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

Shades of Equator #D4B268

Tints of Equator #D4B268

RGB

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

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

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

R = 42.91%
G = 36.03%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D4B268 (or 0xD4B268) is known color: Equator. HEX triplet: D4, B2 and 68. RGB value is (212,178,104). Sum of RGB (Red+Green+Blue) = 212+178+104=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B268 is #2B4D97. Grayscale: #B4B4B4. Windows color (decimal): -2837912 or 6861524. OLE color: 6861524.

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

Color convert

RGB 212 178 104 -
CMYK 0 0.16 0.51 0.17
HSL 41.11º 0.56% 0.62% -
HSV(B) 41.11º 0.51% 0.83% -
XYZ 45.57 46.84 19.74 -
YUV 179.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 212 178 104 0 0.16 0.51 0.17 41.11 0.56 0.62
Hex D4 B2 68 0 10 33 11 29 38 3E
Octal 324 262 150 0 20 63 21 51 70 76
Binary 11010100 10110010 1101000 0 10000 110011 10001 101001 111000 111110

Color Harmonies of #D4B268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B268

Black with #D4B268

Text Example


Text Example

White with #D4B268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B268; }

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

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

background-color css

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

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

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

border-color css

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

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

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