Html Css Color HEX #DBB25C Equator

📋 copy color: '#DBB25C'

red 219 ◦ green 178 ◦ blue 92

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

Shades of Equator #DBB25C

Tints of Equator #DBB25C

RGB

 RED value IS 219 (85.94% from 255) = 44.79%

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

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

R = 44.79%
G = 36.4%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBB25C (or 0xDBB25C) is known color: Equator. HEX triplet: DB, B2 and 5C. RGB value is (219,178,92). Sum of RGB (Red+Green+Blue) = 219+178+92=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB25C is #244DA3. Grayscale: #B4B4B4. Windows color (decimal): -2379172 or 6075099. OLE color: 6075099.

HSL color Cylindrical-coordinate representation of color #DBB25C: hue angle of 40.63º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB25C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 92 -
CMYK 0 0.19 0.58 0.14
HSL 40.63º 0.64% 0.61% -
HSV(B) 40.63º 0.58% 0.86% -
XYZ 47.07 47.67 16.85 -
YUV 180.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 219 178 92 0 0.19 0.58 0.14 40.63 0.64 0.61
Hex DB B2 5C 0 13 3A E 29 40 3D
Octal 333 262 134 0 23 72 16 51 100 75
Binary 11011011 10110010 1011100 0 10011 111010 1110 101001 1000000 111101

Color Harmonies of #DBB25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB25C

Black with #DBB25C

Text Example


Text Example

White with #DBB25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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