Html Css Color HEX #D9B25C Equator

📋 copy color: '#D9B25C'

red 217 ◦ green 178 ◦ blue 92

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

Shades of Equator #D9B25C

Tints of Equator #D9B25C

RGB

 RED value IS 217 (85.16% from 255) = 44.56%

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

 BLUE value IS 92 (36.33% from 255) = 18.89%

R = 44.56%
G = 36.55%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9B25C (or 0xD9B25C) is known color: Equator. HEX triplet: D9, B2 and 5C. RGB value is (217,178,92). Sum of RGB (Red+Green+Blue) = 217+178+92=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B25C is #264DA3. Grayscale: #B4B4B4. Windows color (decimal): -2510244 or 6075097. OLE color: 6075097.

HSL color Cylindrical-coordinate representation of color #D9B25C: hue angle of 41.28º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9B25C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 92 -
CMYK 0 0.18 0.58 0.15
HSL 41.28º 0.62% 0.61% -
HSV(B) 41.28º 0.58% 0.85% -
XYZ 46.47 47.37 16.82 -
YUV 179.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 217 178 92 0 0.18 0.58 0.15 41.28 0.62 0.61
Hex D9 B2 5C 0 12 3A F 29 3E 3D
Octal 331 262 134 0 22 72 17 51 76 75
Binary 11011001 10110010 1011100 0 10010 111010 1111 101001 111110 111101

Color Harmonies of #D9B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B25C

Black with #D9B25C

Text Example


Text Example

White with #D9B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B25C; }

 p { color: rgb(217,178,92); }

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

background-color css

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

 a { background-color: rgb(217,178,92); }

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

border-color css

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

 span { border-color: rgb(217,178,92); }

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