Html Css Color HEX #D4B265 Equator

📋 copy color: '#D4B265'

red 212 ◦ green 178 ◦ blue 101

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

Shades of Equator #D4B265

Tints of Equator #D4B265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 43.18%
G = 36.25%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4B265 (or 0xD4B265) is known color: Equator. HEX triplet: D4, B2 and 65. RGB value is (212,178,101). Sum of RGB (Red+Green+Blue) = 212+178+101=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B265 is #2B4D9A. Grayscale: #B3B3B3. Windows color (decimal): -2837915 or 6664916. OLE color: 6664916.

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

Color convert

RGB 212 178 101 -
CMYK 0 0.16 0.52 0.17
HSL 41.62º 0.56% 0.61% -
HSV(B) 41.62º 0.52% 0.83% -
XYZ 45.42 46.78 18.95 -
YUV 179.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 212 178 101 0 0.16 0.52 0.17 41.62 0.56 0.61
Hex D4 B2 65 0 10 34 11 2A 38 3D
Octal 324 262 145 0 20 64 21 52 70 75
Binary 11010100 10110010 1100101 0 10000 110100 10001 101010 111000 111101

Color Harmonies of #D4B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B265

Black with #D4B265

Text Example


Text Example

White with #D4B265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B265; }

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

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

background-color css

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

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

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

border-color css

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

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

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