Html Css Color HEX #DABD2B Gold Tips

📋 copy color: '#DABD2B'

red 218 ◦ green 189 ◦ blue 43

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

Shades of Gold Tips #DABD2B

Tints of Gold Tips #DABD2B

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

 GREEN value IS 189 (74.22% from 255) = 42%

 BLUE value IS 43 (17.19% from 255) = 9.56%

R = 48.44%
G = 42%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DABD2B (or 0xDABD2B) is known color: Gold Tips. HEX triplet: DA, BD and 2B. RGB value is (218,189,43). Sum of RGB (Red+Green+Blue) = 218+189+43=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD2B is #2542D4. Grayscale: #B5B5B5. Windows color (decimal): -2441941 or 2866650. OLE color: 2866650.

HSL color Cylindrical-coordinate representation of color #DABD2B: hue angle of 50.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DABD2B is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 43 -
CMYK 0 0.13 0.80 0.15
HSL 50.06º 0.7% 0.51% -
HSV(B) 50.06º 0.8% 0.85% -
XYZ 47.55 51.48 9.72 -
YUV 181.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 218 189 43 0 0.13 0.80 0.15 50.06 0.7 0.51
Hex DA BD 2B 0 D 50 F 32 46 33
Octal 332 275 53 0 15 120 17 62 106 63
Binary 11011010 10111101 101011 0 1101 1010000 1111 110010 1000110 110011

Color Harmonies of #DABD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD2B

Black with #DABD2B

Text Example


Text Example

White with #DABD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD2B; }

 p { color: rgb(218,189,43); }

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

background-color css

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

 a { background-color: rgb(218,189,43); }

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

border-color css

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

 span { border-color: rgb(218,189,43); }

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